1.1/User Modes
From the makers of InspIRCd.
(Redirected from User Modes)
| 1.0 Documentation | 1.1 Documentation | 1.2 Documentation |
InspIRCd supports the addition of modes through modules. Below is a list of core modes, and the modes available with the modules shipped with InspIRCd
Core Modes
| Mode | Effect |
| User is an IRC Operator | |
| User cannot be seein in /WHO by non-IRC Ops | |
| User can receive server notices - Implies +s | |
| User can receive server notices | |
| User can receive WALLOPS. |
Module Modes
| Mode | Providing Module | Effect |
| m_botmode | Marks the user as a Bot. | |
| m_deaf | Makes the user stop receiving channel PRIVMSGs/NOTICEs. | |
| m_censor | Censors PRIVMSGs and NOTICEs with the network configuration file specifically for you <3 | |
| m_helpop | Marks the user as available for helping others. (HelpOp) | |
| m_hideoper | Hides IRC Operator status. (Undercover Op) | |
| m_hidechans | Hides all channels the user is a member of in /WHOIS | |
| m_invisible | Forces an Oper to appear to part all channels, however still receives messages. Useful for checking out suspicious channels. | |
| m_services | User is registered and identified to services. | |
| m_services & m_services_account | User can only receive PRIVMSGs from registered users. | |
| m_stripcolor | Strips control codes from messages to the user. (In Private Message/Notice) | |
| m_showwhois | The user is shown when they are /WHOIS'd. | |
| m_cloaking | Masks a users hostname. Disallows others from getting your IP address. |
Note that there are no permissions-based usermodes as there are in some IRCds. This is because in InspIRCd, an oper can have a class which states specifically which commands they can and cannot use. Classes are discussed in our configuration documents.

















