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

Modules/safelist

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Provides a 'safer' implementation of the /LIST command.

Configuration Tags

When using Safelist, you may set the following value, which sets the amount of time in seconds a user must wait between LIST commands. For example, if this is set to 60 (the default) then the user may not /LIST more than once a minute. If not defined, the default value is 60 seconds.
<safelist throttle="60">

Additional Modes

None

Additional Commands

None, but overrides /LIST.

Special Notes

m_safelist works by spooling the list output in increments. Every five seconds the module will attempt to fill up to half your sendq with list output until the entire list is complete.