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

Modules/invisible

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

This module adds support for quiet (invisible) opers. A quiet oper is invisible to normal users on channels. This can be used for surveillence of botnet channels, statistics bots, etc. Use with caution and use responsibly!

Configuration Tags

Opers who can set this mode must have the canquiet flag in their oper type:
<type name="NetAdmin" canquiet="yes" ....>

Without this value, the +Q mode is not allowed for that oper type. This is an extra layer of security to prevent all opers using this feature on a whim.

Additional Modes

User mode +Q: Enable quiet mode. When an oper sets this mode, they will appear to part from all channels they are on. Any channels they join, part, or quit whilst on will not see their presence, however if you send text, set modes, get kicked etc these will be visibile. You will be cloaked from WHOIS and WHO, ISON etc, for all but other opers.

Additional Commands

None, however, SAMODE, SAJOIN etc are recommended if you wish to make channel state changes without these changes revealing your presence.

Special Notes

With great power comes great responsibility. Use this module wisely and do not annoy your users. Remember -- without users, your network is nothing; you upset them at your own risk!