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

Modules/freeze

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

This module adds /freeze and /unfreeze commands, when a user a frozen they may not use any commands but PING and PONG

Configuration Tags

None

Additional Modes

None

Additional Commands

/FREEZE <nickname>

The oper issuing the commands sees:

:tiddles.chatspike.net 981 Om Omster :Nickname frozen

A server notice is also sent to all opers:

:tiddles.chatspike.net NOTICE Om :*** Oper Om froze user Omster

And the frozen user sees:

:tiddles.chatspike.net NOTICE Omster :*** You have been frozen by Om
/UNFREEZE <nickname>

The oper issuing the command sees:

:tiddles.chatspike.net 982 Om Omster :Nickname unfrozen

A server notices is also sent to all opers:

:tiddles.chatspike.net NOTICE Om :*** Oper Om unfroze user Omster

And the frozen user sees:

:tiddles.chatspike.net NOTICE Omster :*** You have been unfrozen by Om

Special Notes

Opers cannot be frozen.

Module available from the Unofficial Modules SVN Repository