]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Remove an obsolete TS5 reference.
[solanum.git] / doc / reference.conf
index 32e5bfa760c005a0c6c13098204f4de373d4a7d6..91da8ff403592865c81c7289c4998e40c89a1730 100755 (executable)
@@ -679,6 +679,12 @@ channel {
         */
        use_except = yes;
 
+       /* forward: Enable/disable channel mode +f, a channel to forward
+        * users to if they can't join because of +i etc. Also enables ban
+        * forwarding, <mask>$<channel>.
+        */
+       use_forward = yes;
+
        /* knock: Allows users to request an invite to a channel that
         * is locked somehow (+ikl).  If the channel is +p or you are banned
         * the knock will not be sent.
@@ -738,13 +744,6 @@ channel {
         * mode with a different key, kick all local users.
         *
         * note: this does not take +r, +b, +e and +I into account.
-        *
-        * warning: if there are any TS5 servers on the network, this
-        * will cause ban desyncs if they send such an SJOIN and the
-        * splitriders added any bans (our side will lose them, the TS5
-        * side will accept them). we will send a notice to the channel
-        * if this happens. most services do not send such SJOINs but
-        * ratbox-services does.
         */
        kick_on_split_riding = no;