diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-24 20:09:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-24 20:09:37 +0000 |
commit | 5b5f6f678c58d5313a268c2119fbd59899a7f643 (patch) | |
tree | 4c91cc778411af00749101d62ff7f48717a81fd4 | |
parent | 76bed8d2e82d51e3d9ea2a215ad4cac01fe62c99 (diff) |
Added m_safelist (yes om, i kept alpha order)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3319 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 41f8882e9..bc378f864 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -949,6 +949,11 @@ #<module name="m_restrictmsg.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Provide /LIST throttling (to prevent flooding) and /LIST safety to +# prevent excess flood when the list is large. +#<module name="m_safelist.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SAJOIN module: Adds the /SAJOIN command #<module name="m_sajoin.so"> |