X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/92504d43b11e73128080abf665e630a916a12b15..c3a0fde28f4866bc6df368456de0bb86c663229e:/doc/reference.conf?ds=sidebyside diff --git a/doc/reference.conf b/doc/reference.conf index 4efb054..db409ec 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -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.