The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/kicknorejoin

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows channel operators/halfoperators to set a mode on their channel which prevents users from automatically rejoining the channel when they are kicked.

Configuration Tags

None

Additional Modes

Chan Mode: +J secs - When a user is kicked then they are unable to rejoin the channel until the number of seconds given in the mode parameter is passed. This probably needs to be at least two or three seconds to ensure a user isn't unaffected simply by lagging from the server. If a user tries to join the channel during the time specified then they recieve a message like:
(25-23:56:16)  -ยป  -tiddles.chatspike.net- #foo :You cannot rejoin this channel yet after being kicked (+J)

If you wish to cancel the lockout before the end of the specified period, you can remove and re-add mode +J on the channel, which also has the effect of resetting the timers.

Additional Commands

None

Special Notes

None