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

Modules/hellban

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

This module adds the /HELLBAN command, anyone matching a hellbanned host cannot execute the PRIVMSG and NOTICE commands.

Configuration Tags

None

Additional Modes

None

Additional Commands

/HELLBAN <hostmask> <duration> <reason>

Add a hellban on 'hostmask', duration is a string like "5m2d" for five minutes and two days. The reason is shown in the list of hellbans and in the snotices sent to opers.

-spigot.id.us.crunge.org-*** xptek added 864000 second hellban on 'xptek-!*@*' (Feg.)
/HELLBAN <hostmask>

Remove hellban 'hostmask'

-spigot.id.us.crunge.org-*** xptek removed hellban 'xptek-!*@*', set 992 seconds ago with reason 'Feg.'
/STATS h

List all hellbans: /stats h

xptek-!*@* 1152811821 864000 xptek Feg.
End of /STATS report

Special Notes

Download m_hellban.cpp