]> jfr.im git - solanum.git/blobdiff - doc/reference.conf
Add support for customizing the usable nick length.
[solanum.git] / doc / reference.conf
index 32e5bfa760c005a0c6c13098204f4de373d4a7d6..332f5cea41af0b272ee43eedb314082d9d88b594 100755 (executable)
@@ -160,6 +160,9 @@ serverinfo {
         *   /quote set maxclients <limit>
         */
        default_max_clients = 1024;
+
+       /* nicklen: enforced nickname length (for this server only; must be 50 or smaller) */
+       nicklen = 30;
 };
 
 /* admin {}: contains admin information about the server. (OLD A:) */
@@ -679,6 +682,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 +747,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;