1.1/Channel Modes
From the makers of InspIRCd.
| 1.1 Documentation | 1.2 Documentation | 2.0 Documentation | 2.1 Documentation |
Core Modes
| Mode | Effect |
|---|---|
| b <glob pattern> | Ban a particular nick!user@host pattern from joining the channel. Requires channel half-operator status or above |
| h <nick> | Give channel half-operator status to the given nickname. Requires channel operator status (optional) |
| i | Invite only. Users need to be invited to join. |
| k <key> | Sets a password required to JOIN a channel. |
| l <num> | Limits the maximum number of people on a channel. |
| m | Moderated channel. Users need to be +v (voice) or higher to talk. |
| n | No external messages, users must be on channel to talk. |
| o <nick> | Give channel operator status to the given nickname. Requires channel operator status |
| p | Private. Hides the channel from a user's WHOIS reply. |
| s | Secret. Same as private, and hides channel from LIST. |
| t | Only channel operators can change topic |
| v <nick> | Give voiced status to the given nickname. Requires channel half-operator status or above |
Module Modes
| Mode | Module | Effect |
|---|---|---|
| C | m_noctcp | Disables CTCP to channels. |
| G | m_censor | Blocks censored words. |
| I <glob pattern> | m_inviteexception | Invite exceptions. |
| J <secs> | m_kicknorejoin | Automatic rejoin prevention module. |
| K | m_knock | Disables /KNOCK on a channel. |
| L <otherchannel> | m_redirect | Adds redirect-when full |
| M | m_services and m_services_account | Only registered users may speak. |
| N | m_nonicks | No nick changes. |
| O | m_operchans | Opers-only can join channel. |
| P | m_blockcaps | Block all-caps lines. |
| Q | m_nokicks | Disables KICK on a channel. |
| R | m_services and m_services_account | Only registered users may join. |
| S | m_stripcolor | Strips color from messages. |
| T | m_nonotice | Disables sending of NOTICEs to a channel. |
| u | m_auditorium | You can only see yourself (or yourself and ops) in the channel list. |
| V | m_noinvite | Disables INVITE on a channel. |
| a <nick> | m_chanprotect | Give protected status to a user. |
| e <glob pattern> | m_banexception | Ban exceptions. |
| c | m_blockcolor | Blocks messages containing color codes. |
| f <lines:sec> | m_messageflood | Prevent message and notice floods. |
| g <word> | m_chanfilter | Censor words on a list defined by channel (half)ops. |
| j <joins:sec> | m_joinflood | Prevent join and cycle floods. |
| r | m_services | Registered channel. |
| q <nick> | m_chanprotect | Give channel founder status to a user. |
| z | m_sslmodes | Only allows SSL enabled users on the channel. |

















