]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Added cycle_host_change option.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 4efb0544d1ef60ff8f3a0a78b2d73c4364bcf79f..db409ecd4e0e55d1ae2bd957d9115c874e937605 100755 (executable)
@@ -112,7 +112,7 @@ serverinfo {
        /* description: the description of our server.  '[' and ']' may not
         * be used here for compatibility with older servers.
         */
-       description = "charybdis test server";
+       description = "shadowircd test server";
 
        /* network info: the name and description of the network this server
         * is on.  Shown in the 005 reply and used with serverhiding.
@@ -761,6 +761,12 @@ channel {
         * or non-ASCII).
         */
        only_ascii_channels = no;
+
+       /* cycle_host_change: Should a user be cycled in the channels
+        * they're in when their host changes. If set to no, this may
+        * cause client desyncs.
+        */
+       cycle_host_change = yes;
  
        /* resv_forcepart: force any local users to part a channel
         * when a RESV is issued.