summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel De Graaf <danieldg@inspircd.org>2010-08-13 21:18:05 -0400
committerDaniel De Graaf <danieldg@inspircd.org>2010-08-13 21:18:23 -0400
commit5a4200a056a2400c700844465208846310f9c95e (patch)
treef00e9cc23091c67c25a496123f2686a7a83ad64c
parent8ca336da065487527d78599efeb9698f58a27c36 (diff)
Document <options:cyclehostsfromuser>
-rw-r--r--docs/inspircd.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index a82e8025f..fff58a868 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -546,6 +546,11 @@
# without cycling them.
cyclehosts="yes"
+ # cyclehostsfromuser: If enabled, the source of the mode change for
+ # cyclehosts will be the user who cycled. This can look nicer, but
+ # triggers anti-takeover mechanisms of some obsolete bots.
+ cyclehostsfromuser="no"
+
# ircumsgprefix: Use undernet-style message prefixing for NOTICE and
# PRIVMSG. If enabled, it will add users' prefix to the line, if not,
# it will just message the user normally.