diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-01 23:43:00 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-04-01 23:43:00 +0000 |
commit | 27c1548bcab1fe40922ead9bffbf3753deb32abd (patch) | |
tree | 99cc9d9918880cdd3393007a30bf145ac59a8490 /conf/modules.conf.example | |
parent | ed961ced07f4505e94a03c26c50738c398f57167 (diff) |
m_timedbans was incorrectly listed as oper-only in the example config. Found by Taros.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11279 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 0809c4422..a24db40db 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1684,9 +1684,7 @@ #<module name="m_testcommand.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Timed bans module: Adds timed bans and the /TBAN command -# This module is oper-only. -# To use, TBAN must be in one of your oper class blocks. +# Timed bans module: Adds timed channel bans and the /TBAN command #<module name="m_timedbans.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |