diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-31 00:30:04 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-31 00:30:04 +0000 |
commit | 5e2eaff8b76f4ecf395b78484fac6b93f1afefe7 (patch) | |
tree | 1f1a4e0a1698876fe806aa86259d3b90ad20c958 /conf | |
parent | 42aadffd87e1323b67860ace23cd5e16a6d9bb97 (diff) |
Add <connect:useident> as part of m_ident, original suggestion from various people, including satmd.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10357 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 7d89163ba..f1173decd 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -748,6 +748,9 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Ident: Provides RFC 1413 ident lookup support +# When this module is loaded <connect:allow> tags may have an optional +# useident="yes|no" boolean value, determining whether or not to lookup +# ident on users matching that connect tag. #<module name="m_ident.so"> # #-#-#-#-#-#-#-#-#-#-#-#- IDENT CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# |