diff options
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"> |