0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

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:
PrgmrBill 2015-03-17 15:19:14 -04:00
parent 4e358381fb
commit 027c425c78

View file

@ -29,9 +29,14 @@ NO PARAMETERS:
(however, new forwards can still be set subject to +F).
+C - Disable CTCP. All CTCP messages to the channel, except ACTION,
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
mode is set. Users already in the channel are not affected.
WITH PARAMETERS:
+f - Forward. Forwards users who cannot join because of +i,
+j, +l or +r.