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

Modules/joinflood

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows channel operators/halfoperators to set a mode on their channel which prevents join flooding (clone floods, cycle floods etc) on a channel on the server side.

Configuration Tags

None

Additional Modes

Chan Mode: +j [joins]:[sec] - When there are more than 'joins' new users joining in 'sec' seconds, lock the channel for 60 seconds. When the channel is locked, new users will be unable to join the channel, similar to if they are banned:
[16:33] --- #test :This channel is temporarily unavailable (+j). Please try again later.

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

Additional Commands

None

Special Notes

None