Channel Modes: Difference between revisions

From TechNet Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 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==


To set <code>+R</code> on the channel <code>#example</code>:
To set <code>'''+R'''</code> on the channel <code>'''#example'''</code>


:<code>/mode #example +R</code>
<code>'''/mode #example +R'''</code>


To unset it:
To unset it:


:<code>/mode #example -R</code>
<code>'''/mode #example -R'''</code>




Line 17: Line 19:
! Description
! Description
|-
|-
| '''<big><kbd>m</kbd></big>'''
| '''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
| Moderated channel (only +vhoaq users may speak)
| Moderated channel (only +vhoaq users may speak)
|-
|-
| '''<big><kbd>R</kbd></big>'''
| '''R'''
| Registered Only  
| Registered Only  
| Only registered (+r) users may join the channel
| Only registered (+r) users may join the channel.
|-
|-
| '''<big><kbd>z</kbd></big>'''
| '''z'''
| SSL Only
| SSL Only
| Prevent non-SSL users from joining the channel.
| Prevent non-SSL users from joining the channel.
|}
|}

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.