FloatingLimit Module
From Botnix
Overview
The floating limit module implements floating limits, which are always a certain number above the current usercount in the channel to prevent join floods.
Configuration
The floating limit is a simple but effective way to stop mass join floods. Every time a user joins or leaves the channel, a counter (the float) is updated, which always remains a certain number above the actual user count. Every 60 seconds, a mode +l is sent to the channel which sets the limit to the float value. The number specified in the config option indicates how far above the user count you want the limit to be.
floatinglimit "5"
Commands
This module implements no commands.

