]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
Added cycle_host_change option.
[irc/rqf/shadowircd.git] / doc / reference.conf
index 8702c6e805c61842cbe9b8f6490da6089d3edf41..db409ecd4e0e55d1ae2bd957d9115c874e937605 100755 (executable)
@@ -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.