diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 17:24:40 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 17:24:40 +0000 |
commit | bb230ed4e334e9d0861db1bc787fa79e9740a843 (patch) | |
tree | 6a890af69df6a81aa63dd261f151abbcabbd8d9a /docs | |
parent | 3fe17c6a0d9d4f6f8d7a45bf86d6c1c446dc6124 (diff) |
Tweak module help for m_conn_waitpong
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3050 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index cf223feac..913187916 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -688,6 +688,17 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Conn-Wait-for-Pong: Don't let a user connect until they PONG #<module name="m_conn_waitpong.so"> +# +#-#-#-#-#-#-#-#-#-#-#- WAITPONG CONFIGURATION -#-#-#-#-#-#-#-#-#-#-# +# # +# If you have the m_conn_waitpong.so module loaded, configure it with # +# the <waitpong> tag: # +# # +# sendsnotice - Whether to send a snotice on connect, like Unreal# +# killonbadreply - Whether to kill the user if they send the wrong # +# PONG reply. # +# +#<waitpong sendsnotice="yes" killonbadreply="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Deny Channels: Deny Channels from being used by users |