summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 12:57:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-01-26 12:57:23 +0000
commit97df1f46220cc701048f3511de1c09edee3697ff (patch)
tree7a7fd01f71b97e65288b19d97f91c72ec42fa80e
parent470f46ae578daf0475262d843914a47240389db8 (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
-rw-r--r--docs/inspircd.conf.example9
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 #