From e4b76e65025ce6039e6c07fa7c7b28962abd6e18 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 9 Aug 2013 18:10:48 +0200 Subject: Move host cycle logic into m_hostcycle --- docs/conf/inspircd.conf.example | 5 ----- docs/conf/modules.conf.example | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 7531117b9..2c75ddc7c 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -578,11 +578,6 @@ # the correct parameters are. syntaxhints="no" - # cyclehosts: If enabled, when a user gets a host set, it will cycle - # them in all their channels. If not, it will simply change their host - # without cycling them. - cyclehosts="no" - # 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. diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 10e1689b3..7e1a9f5ad 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -816,6 +816,11 @@ # # +# hostcycle: If loaded, when a user gets a host or ident set, it will +# cycle them in all their channels. If not loaded it will simply change +# their host/ident without cycling them. +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # httpd module: Provides http server support for InspIRCd # -- cgit v1.2.3