Channel Modes: Difference between revisions
Jump to navigation
Jump to search
ComputerTech (talk | contribs) No edit summary |
ComputerTech (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
IRC channel modes are settings that allow you to control various aspects of a channel, such as who can join, speak, or modify certain properties of the channel. They are indicated by a single-letter code preceded by a plus or minus sign. To set a channel mode, a channel operator can use the "/mode" command followed by the appropriate mode code and parameters. | |||
==Example== | ==Example== | ||
Line 16: | Line 18: | ||
! Title | ! Title | ||
! Description | ! Description | ||
|- | |||
| '''c''' | |||
| No control codes | |||
| No color allowed in the channel. Will block ANSI and mIRC color codes. Users voiced or have higher will not be affected. | |||
|- | |||
| '''C''' | |||
| No CTCPs | |||
| No CTCPs allowed in the channel | |||
|- | |- | ||
| '''m''' | | '''m''' |
Latest revision as of 03:35, 29 April 2023
IRC channel modes are settings that allow you to control various aspects of a channel, such as who can join, speak, or modify certain properties of the channel. They are indicated by a single-letter code preceded by a plus or minus sign. To set a channel mode, a channel operator can use the "/mode" command followed by the appropriate mode code and parameters.
Example
To set +R
on the channel #example
/mode #example +R
To unset it:
/mode #example -R
Channel Modes
Flag | Title | Description |
---|---|---|
c | No control codes | No color allowed in the channel. Will block ANSI and mIRC color codes. Users voiced or have higher will not be affected. |
C | No CTCPs | No CTCPs allowed in the channel |
m | Moderated | Moderated channel (only +vhoaq users may speak) |
R | Registered Only | Only registered (+r) users may join the channel. |
z | SSL Only | Prevent non-SSL users from joining the channel. |