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

Modules/cban

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

Allows temporary or permenant bans stopping channels from being used, you may also supply a reason for the ban.

The reason will be displayed to users who try to join the channel which is banned.

Configuration Tags

None

Additional Modes

None

Additional Commands

/CBAN #channel 5s4m3h [reason]

Add a CBAN for #channel lasting 3 hours, 4 minutes and 5 seconds. With an optional reason.

/CBAN #channel

Remove CBAN on #channel

/STATS C

List all CBANs

Special Notes

Note that this module does not use any timers, in order to increase performance, this doesn't affect the operation of the module but on a low activity network then expiry notices may not be sent anywhere near the time they expire. This is purely a cosmetic issue.