mirror of
https://github.com/matrix-construct/construct
synced 2024-12-30 17:34:04 +01:00
Merge pull request #89 from prgmrbill/add-channel-mode-s-help-cmode
Adds extension channel modes to help/opers/cmode
This commit is contained in:
commit
98c8a3e987
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
MODE <channel> <+|-><modes> [parameters]
|
MODE <channel> <+|-><modes> [parameters]
|
||||||
|
|
||||||
|
? 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:
|
||||||
|
@ -29,6 +32,11 @@ NO PARAMETERS:
|
||||||
(however, new forwards can still be set subject to +F).
|
(however, new forwards can still be set subject to +F).
|
||||||
+C - Disable CTCP. All CTCP messages to the channel, except ACTION,
|
+C - Disable CTCP. All CTCP messages to the channel, except ACTION,
|
||||||
are disallowed.
|
are disallowed.
|
||||||
|
? +O - IRC Operator only channel.
|
||||||
|
? +A - IRC server administrator only channel.
|
||||||
|
? +T - No NOTICEs allowed in the channel.
|
||||||
|
? +S - Only users connected via SSL/TLS may join the channel while this
|
||||||
|
mode is set. Users already in the channel are not affected.
|
||||||
|
|
||||||
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 a new issue