diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-25 13:42:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-25 13:42:19 +0000 |
commit | a93e436b039fa86345759b9a29243fe09fb54bcf (patch) | |
tree | abf035468c0f2e1c11fa2cbd55b28cd632a21912 /docs/inspircd.conf.example | |
parent | 550c076c9abdcff0751ae10a5e4e66aff22db714 (diff) |
Add <options:cyclehosts> 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
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
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"> |