Channel Modes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Usage: <code>MODE <channel> +|-<modes> [<params>]</code> | Usage: <code>MODE <channel> +|-<modes> [<params>]</code> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 14: | Line 11: | ||
! Description | ! Description | ||
|- | |- | ||
| Voice | | Voice || v || <nick> || Channel operators || Gives voice to <nickname>, allowing them to speak while the channel is +m. | ||
| v | |||
| <nick> | |||
| Channel operators | |||
| Gives voice to <nickname>, allowing them to speak while the channel is +m. | |||
|- | |- | ||
| Op | | Op || o || <nick> || Channel operators || Gives op status to <nickname>. | ||
| o | |||
| <nick> | |||
| Channel operators | |||
| Gives op status to <nickname>. | |||
|- | |- | ||
| Ban | | Ban || b || <hostmask> || Channel operators || Bans <hostmask> from the channel. | ||
| b | |||
| < | |||
| Channel operators | |||
| Bans | |||
|- | |- | ||
| | | Ban Exception || e || <hostmask> || Channel operators || Excepts <hostmask> from bans (requires the banexception module). | ||
| e | |||
| < | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Invite Exception || I || <hostmask> || Channel operators || Excepts <hostmask> from +i, allowing matching users to join while the channel is invite-only (requires the inviteexception module). | ||
| I | |||
| < | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Block Formatting || c || N/A || Channel operators || Blocks messages that contain formatting codes (requires the blockcolor module). | ||
| c | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Delay Messaging || d || <time> || Channel operators || Blocks messages to a channel from new users until they have been in the channel for <time> seconds (requires the delaymsg module). | ||
| d | |||
| < | |||
| Channel operators | |||
| | |||
|- | |- | ||
| Flood | | Flood Protection || f || {ban|block|mute|kick|kickban}<lines>:<sec> || Channel operators || Kicks on text flood equal to or above the specified rate. With *, the user is banned (requires the messageflood module). | ||
| f | |||
| | |||
| Channel operators | |||
| Kicks | |||
|- | |- | ||
| Filter | | Filter || g || <mask> || Channel operators || Blocks messages matching the given glob mask (requires the chanfilter module). | ||
| g | |||
| < | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Invite Only || i || N/A || Channel operators || Makes the channel invite-only. Users can only join if an operator uses /INVITE to invite them. | ||
| i | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Join Flood || j || <joins>:<sec> || Channel operators || Limits joins to the specified rate (requires the joinflood module). | ||
| j | |||
| <joins>:< | |||
| Channel operators | |||
| | |||
|- | |- | ||
| Key | | Channel Key || k || <key> || Channel operators || Set the channel key (password) to <key>. | ||
| k | |||
| <key> | |||
| Channel operators | |||
| | |||
|- | |- | ||
| Limit | | User Limit || l || <limit> || Channel operators || Set the maximum allowed users to <limit>. | ||
| l | |||
| < | |||
| Channel operators | |||
| | |||
|- | |- | ||
| Moderated | | Moderated || m || N/A || Channel operators || Enable moderation. Only users with +v, +h, or +o can speak. | ||
| m | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | No External Messages || n || N/A || Channel operators || Blocks users who are not members of the channel from messaging it. | ||
| n | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| Private | | Private || p || N/A || Channel operators || Hides the channel in /WHOIS from people who are not a member. | ||
| p | |||
| | |||
| Channel operators | |||
| Hides the channel in /WHOIS from people who are not a member | |||
|- | |- | ||
| | | Registered || r || N/A || Channel operators || Marks the channel as registered with Services (requires the account module). | ||
| | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Secret || s || N/A || Channel operators || Hides the channel in /WHOIS and /LIST from people who are not a member. | ||
| | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Topic Lock || t || N/A || Channel operators || Prevents users without +h or +o from changing the topic. | ||
| | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Auditorium || u || N/A || Channel operators || Makes the channel an auditorium; normal users only see themselves or themselves and the operators, while operators see all users (requires the auditorium module). | ||
| | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | Autoop || w || <flag>:<banmask> || Channel operators || Adds basic channel access controls of <flag> to <banmask> (requires the autoop module). | ||
| | |||
| | |||
| Channel operators | |||
| | |||
|- | |- | ||
| | | SSL-Only || z || N/A || Channel operators || Blocks non-TLS clients from joining the channel (requires the sslmodes module). | ||
| | |||
| | |||
| | |||
| | |||
| | |||
| Channel operators | |||
| | |||
| | |||
|} | |} | ||
Revision as of 21:41, 6 March 2025
Channel Modes
Sets various modes for the channel. You must be an operator in the channel to issue these commands; some commands are reserved for server operators.
Usage: MODE <channel> +|-<modes> [<params>]
Mode Name | Character | Parameter Syntax | Usable By | Description |
---|---|---|---|---|
Voice | v | <nick> | Channel operators | Gives voice to <nickname>, allowing them to speak while the channel is +m. |
Op | o | <nick> | Channel operators | Gives op status to <nickname>. |
Ban | b | <hostmask> | Channel operators | Bans <hostmask> from the channel. |
Ban Exception | e | <hostmask> | Channel operators | Excepts <hostmask> from bans (requires the banexception module). |
Invite Exception | I | <hostmask> | Channel operators | Excepts <hostmask> from +i, allowing matching users to join while the channel is invite-only (requires the inviteexception module). |
Block Formatting | c | N/A | Channel operators | Blocks messages that contain formatting codes (requires the blockcolor module). |
Delay Messaging | d | Channel operators | Blocks messages to a channel from new users until they have been in the channel for | |
Flood Protection | f | block|mute|kick|kickban}<lines>:<sec> | Channel operators | Kicks on text flood equal to or above the specified rate. With *, the user is banned (requires the messageflood module). |
Filter | g | <mask> | Channel operators | Blocks messages matching the given glob mask (requires the chanfilter module). |
Invite Only | i | N/A | Channel operators | Makes the channel invite-only. Users can only join if an operator uses /INVITE to invite them. |
Join Flood | j | <joins>:<sec> | Channel operators | Limits joins to the specified rate (requires the joinflood module). |
Channel Key | k | <key> | Channel operators | Set the channel key (password) to <key>. |
User Limit | l | <limit> | Channel operators | Set the maximum allowed users to <limit>. |
Moderated | m | N/A | Channel operators | Enable moderation. Only users with +v, +h, or +o can speak. |
No External Messages | n | N/A | Channel operators | Blocks users who are not members of the channel from messaging it. |
Private | p | N/A | Channel operators | Hides the channel in /WHOIS from people who are not a member. |
Registered | r | N/A | Channel operators | Marks the channel as registered with Services (requires the account module). |
Secret | s | N/A | Channel operators | Hides the channel in /WHOIS and /LIST from people who are not a member. |
Topic Lock | t | N/A | Channel operators | Prevents users without +h or +o from changing the topic. |
Auditorium | u | N/A | Channel operators | Makes the channel an auditorium; normal users only see themselves or themselves and the operators, while operators see all users (requires the auditorium module). |
Autoop | w | <flag>:<banmask> | Channel operators | Adds basic channel access controls of <flag> to <banmask> (requires the autoop module). |
SSL-Only | z | N/A | Channel operators | Blocks non-TLS clients from joining the channel (requires the sslmodes module). |
Need Help?
If you have questions or need assistance:
- * Join the help channel: #Help
- * Visit Available channel modes.
- or contact us via e-mail at: support@hybridirc.com