summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/reference.conf b/doc/reference.conf
index 673ae3e..506cefe 100644
--- a/doc/reference.conf
+++ b/doc/reference.conf
@@ -792,12 +792,6 @@ gecos {
*/
channel {
/*
- * cycle_on_host_change: sends a fake QUIT/JOIN combination
- * when services change the hostname of a specific client.
- */
- cycle_on_host_change = yes;
-
- /*
* disable_fake_channels: this option, if set to 'yes', will
* disallow clients to create or join channels that have one
* of the following ASCII characters in their name:
@@ -940,6 +934,12 @@ serverhide {
* compiled in options in config.h
*/
general {
+ /*
+ * cycle_on_host_change: sends a fake QUIT/JOIN combination
+ * when services change the hostname of a specific client.
+ */
+ cycle_on_host_change = yes;
+
/* services_name: servername of nick/channel services */
services_name = "service.someserver";