diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-27 13:24:21 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-27 13:24:21 +0000 |
commit | 6a98cb1ccbf3f9f8092d18de85ec08cef7e5d62b (patch) | |
tree | d86d407a0d87a8bc703588dd371e017498d05e10 | |
parent | 0306a4231e85baeb5029ef2b9b36d0b5d241d147 (diff) |
Add m_cycle to example configuration
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7169 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 e283e7950..247b3c33e 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1346,6 +1346,11 @@ # # #<waitpong sendsnotice="yes" killonbadreply="yes"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Channel cycle module. Server side /hop, with +ilk etc bypass. +#<module name="m_cycle.so"> + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Connection throttle module. Configuration: #<module name="m_connflood.so"> |