diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-29 12:46:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-29 12:46:22 +0000 |
commit | 663b2e15a679e8e34b576754da0d8bbc8edac7b4 (patch) | |
tree | bb338506d248d70a056481d9e4cd9f414585e90a /docs/inspircd.conf.example | |
parent | 1f178250c7ea3ce5e02b94a3437f98ccaa62d701 (diff) |
Create module line for m_close
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7608 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 1168f0dff..777d623ae 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1334,6 +1334,10 @@ # use hexdecimal numbers prefixed by "0x", as shown in this example, # # with each key eight hex digits long. # +#-#-#-#-#-#-#-#-#-#-#-#- CLOSE MODULE #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Close module: Allows an oper to close all unregistered connections. +#<module name="m_close.so"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Clones module: Adds an oper command /CLONES for detecting cloned # users. Warning: This module may be resource intensive when its |