From the makers of InspIRCd.
User Modes
InspIRCd supports the addition of modes through modules. Below is a list of modes shipped with InspIRCd either in the core or via modules, along with a short description of what they do.
Core Modes
| Mode
|
Effect
|
| i
|
User cannot be seen in /WHO by non-IRC Ops
|
| o
|
User is an IRC Operator
|
| s [+/-mask]
|
User can receive server notices.
|
| w
|
User can receive WALLOPS
|
Modular Modes
| Mode
|
Providing Module
|
Effect
|
| B
|
m_botmode
|
Marks the user as a Bot.
|
| c
|
m_commonchans
|
Requires other users to be in a channel with the user before being able to PRIVMSG/NOTICE them.
|
| d
|
m_deaf
|
Makes the user stop receiving channel PRIVMSGs/NOTICEs.
|
| g
|
m_callerid
|
Provides control over who can private-message a user via /ACCEPT lists.
|
| G
|
m_censor
|
Censors PRIVMSGs and NOTICEs with the network configuration file specifically for you <3
|
| h
|
m_helpop
|
Marks the user as available for helping others. (HelpOp)
|
| H
|
m_hideoper
|
Hides an Oper's Oper status. (Undercover Op)
|
| I
|
m_hidechans
|
Hides all channels a user is a member of in /WHOIS
|
| k
|
m_servprotect
|
The client is a God. Client cannot be kicked or set -qaohv.
|
| Q
|
m_invisible
|
Forces an Oper to appear to part all channels, however still receives messages. Useful for checking out suspicious channels.
|
| r
|
m_services_account
|
Marks a user as "registered and identified" from Services.
|
| R
|
m_services_account
|
User can only receive PRIVMSGs from registered (+r) users.
|
| S
|
m_stripcolor
|
Strips control codes from messages to the user. (In Private Message/Notice)
|
| W
|
m_showwhois
|
The user is shown when they are /WHOIS'd.
|
| x
|
m_cloaking
|
Masks a users hostname. Disallows others from getting your IP address.
|
See also