diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-26 12:57:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-26 12:57:23 +0000 |
commit | 97df1f46220cc701048f3511de1c09edee3697ff (patch) | |
tree | 7a7fd01f71b97e65288b19d97f91c72ec42fa80e /docs/inspircd.conf.example | |
parent | 470f46ae578daf0475262d843914a47240389db8 (diff) |
Added <ident:timeout> example so that people remember to set this when using m_ident.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2919 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a25983622..8483c3d72 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -831,6 +831,15 @@ #<randquote file="/path/to/inspircd/randquotes.conf"> +#-#-#-#-#-#-#-#-#-#-#-#- IDENT CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# +# # +# Optional - If you are using the m_ident.so module, then you can # +# specify the timeout for ident lookups here. If not defined, it will # +# default to one second. This is a non-blocking timeout which holds # +# the user in a 'connecting' state until the lookup is complete. # + +#<ident timeout="5"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#- BAN OPTIONS -#-#-#-#-#-#-#-#-#-#-#-#-#-# # # # The ban tags define nick masks, host masks and ip ranges which are # |