mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
Adds SSL only channel mode
Adds +S channel mode - Only users connected via SSL may join the channel while this mode is set. Users already in the channel are not affected.
This commit is contained in:
parent
aaaf9faf1d
commit
0ab8263ff0
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ 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.
|
||||
|
||||
+S - Only users connected via SSL 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.
|
||||
|
|
Loading…
Reference in a new issue