Cleanup cmode help files and add cmodes provided by extensions.
This commit is contained in:
parent
0068a2a2e2
commit
8fa2ba9c88
|
@ -1,5 +1,9 @@
|
||||||
MODE <channel> <+|-><modes> [parameters]
|
MODE <channel> <+|-><modes> [parameters]
|
||||||
|
|
||||||
|
Channelmodes: (* designates that the cmode can only be set by opers)
|
||||||
|
(? designates that the cmode is provided by an extension
|
||||||
|
and may not be present on this server)
|
||||||
|
|
||||||
CHANNELMODE - DESCRIPTION
|
CHANNELMODE - DESCRIPTION
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
NO PARAMETERS:
|
NO PARAMETERS:
|
||||||
|
@ -18,10 +22,8 @@ NO PARAMETERS:
|
||||||
weakens +i control.
|
weakens +i control.
|
||||||
+z - Op moderated. Messages blocked by +m, +b and +q are instead
|
+z - Op moderated. Messages blocked by +m, +b and +q are instead
|
||||||
sent to ops.
|
sent to ops.
|
||||||
+L - Large ban list. Increase maximum number of +beIq entries.
|
* +L - Large ban list. Increase maximum number of +beIq entries.
|
||||||
Only settable by opers.
|
* +P - Permanent. Channel does not disappear when empty.
|
||||||
+P - Permanent. Channel does not disappear when empty. Only
|
|
||||||
settable by opers.
|
|
||||||
+F - Free target. Anyone may set forwards to this (otherwise
|
+F - Free target. Anyone may set forwards to this (otherwise
|
||||||
ops are necessary).
|
ops are necessary).
|
||||||
+Q - Disable forward. Users cannot be forwarded to the channel
|
+Q - Disable forward. Users cannot be forwarded to the channel
|
||||||
|
@ -41,9 +43,13 @@ NO PARAMETERS:
|
||||||
rejoin immediately after being kicked.
|
rejoin immediately after being kicked.
|
||||||
+K - No repeat messages. Messages that are the same as the
|
+K - No repeat messages. Messages that are the same as the
|
||||||
last message sent to the channel will be blocked.
|
last message sent to the channel will be blocked.
|
||||||
+M - Immune. Opers cannot be kicked from the channel. May
|
* +M - Immune. Opers cannot be kicked from the channel. May
|
||||||
be set by opers regardless of channel status. Users
|
be set by admins regardless of channel status. Users
|
||||||
will not see this mode at all.
|
will not see this mode at all. Can only be set by admins.
|
||||||
|
?* +O - Oper only channel. Only opers will be able to join.
|
||||||
|
?* +A - Admin only channel. Only admins will be able to join.
|
||||||
|
Can only be set by admins.
|
||||||
|
? +S - SSL only channel. Only clients connected via SSL may join.
|
||||||
|
|
||||||
WITH PARAMETERS:
|
WITH PARAMETERS:
|
||||||
+f - Forward. Forwards users who cannot join because of +i,
|
+f - Forward. Forwards users who cannot join because of +i,
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
MODE <channel> <+|-><modes> [parameters]
|
MODE <channel> <+|-><modes> [parameters]
|
||||||
|
|
||||||
|
Channelmodes: (* designates that the cmode can only be set by opers)
|
||||||
|
(? designates that the cmode is provided by an extension
|
||||||
|
and may not be present on this server)
|
||||||
|
|
||||||
CHANNELMODE - DESCRIPTION
|
CHANNELMODE - DESCRIPTION
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
NO PARAMETERS:
|
NO PARAMETERS:
|
||||||
|
@ -18,10 +22,8 @@ NO PARAMETERS:
|
||||||
weakens +i control.
|
weakens +i control.
|
||||||
+z - Op moderated. Messages blocked by +m, +b and +q are instead
|
+z - Op moderated. Messages blocked by +m, +b and +q are instead
|
||||||
sent to ops.
|
sent to ops.
|
||||||
+L - Large ban list. Increase maximum number of +beIq entries.
|
* +L - Large ban list. Increase maximum number of +beIq entries.
|
||||||
Only settable by opers.
|
* +P - Permanent. Channel does not disappear when empty.
|
||||||
+P - Permanent. Channel does not disappear when empty. Only
|
|
||||||
settable by opers.
|
|
||||||
+F - Free target. Anyone may set forwards to this (otherwise
|
+F - Free target. Anyone may set forwards to this (otherwise
|
||||||
ops are necessary).
|
ops are necessary).
|
||||||
+Q - Disable forward. Users cannot be forwarded to the channel
|
+Q - Disable forward. Users cannot be forwarded to the channel
|
||||||
|
@ -41,6 +43,10 @@ NO PARAMETERS:
|
||||||
rejoin immediately after being kicked.
|
rejoin immediately after being kicked.
|
||||||
+K - No repeat messages. Messages that are the same as the
|
+K - No repeat messages. Messages that are the same as the
|
||||||
last message sent to the channel will be blocked.
|
last message sent to the channel will be blocked.
|
||||||
|
?* +O - Oper only channel. Only opers will be able to join.
|
||||||
|
?* +A - Admin only channel. Only admins will be able to join.
|
||||||
|
Can only be set by admins.
|
||||||
|
? +S - SSL only channel. Only clients connected via SSL may join.
|
||||||
|
|
||||||
WITH PARAMETERS:
|
WITH PARAMETERS:
|
||||||
+f - Forward. Forwards users who cannot join because of +i,
|
+f - Forward. Forwards users who cannot join because of +i,
|
||||||
|
|
Loading…
Reference in New Issue