diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-08-09 18:10:48 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-08-09 18:10:48 +0200 |
commit | e4b76e65025ce6039e6c07fa7c7b28962abd6e18 (patch) | |
tree | 99db6787485b4c04e28d1c55c9be4f4495506066 /docs/conf/inspircd.conf.example | |
parent | 9962840222b6886f7653fc64443f19ebd661cc63 (diff) |
Move host cycle logic into m_hostcycle
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 5 |
1 files changed, 0 insertions, 5 deletions
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. |