From a93e436b039fa86345759b9a29243fe09fb54bcf Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Aug 2006 13:42:19 +0000 Subject: Add which allows a user to appear to have quit when their host changes, so that clients/bots can stay synched properly. It is recommended this option always be on. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5017 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 3cd1536e5..b7dcec7ad 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -522,6 +522,13 @@ # used in unreal. This is only useful on networks # # running the m_chanprotect module # # # +# cyclehosts - If this is set to true, yes or 1, then when a # +# user's hostname changes, they will appear to quit # +# and then rejoin with their new host. This prevents # +# clients from being confused by host changes, # +# especially in the case of bots, and it is # +# recommended that this option is enabled. # +# # # netbuffersize - size of the buffer used to receive data from # # clients. The ircd may only read() this amount # # of text in one go at any time. (OPTIONAL) # @@ -638,6 +645,7 @@ hideulines="no" nouserdns="no" syntaxhints="no" + cyclehosts="yes" allowhalfop="yes"> -- cgit v1.2.3