Adds a new section for extension channel modes
Adds new section - "FROM EXTENSIONS". These channel modes may not be available if the related extension is not loaded.
This commit is contained in:
parent
4e358381fb
commit
027c425c78
1 changed files with 6 additions and 1 deletions
|
@ -29,9 +29,14 @@ 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.
|
||||||
|
|
||||||
|
FROM EXTENSIONS:
|
||||||
|
+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
|
+S - Only users connected via SSL/TLS may join the channel while this
|
||||||
mode is set. Users already in the channel are not affected.
|
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,
|
||||||
+j, +l or +r.
|
+j, +l or +r.
|
||||||
|
|
Loading…
Reference in a new issue