mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
Wraps long lines + adds TLS
- Fixes long line by wrapping - Adds TLS as charybdis now has SSL_OP_NO_SSLv3
This commit is contained in:
parent
0ab8263ff0
commit
4e358381fb
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).
|
(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.
|
||||||
+S - Only users connected via SSL may join the channel while this mode is set. Users already in the channel are not affected.
|
+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