diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 12:15:11 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-14 12:15:11 +0000 |
commit | f474e7e6dc2d36f96150ebe33b23b4ea76814415 (patch) | |
tree | c18405e80c3c232ce12fec9b20aa9ddb1ece405e /conf | |
parent | a82061b65b849ab65692d125b3e35f0929815733 (diff) |
Rename quietban to muteban, change character to +b m:, this way it fits with cmode +m, which is what it does.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10019 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index d30aac30e..63b6e1767 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1011,9 +1011,9 @@ #<module name="m_proxyscan.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Quietban: Implements extended ban q:, which stops anyone matching -# a mask like +b q:nick!user@host from speaking on channel. -#<module name="m_quietban.so"> +# Muteban: Implements extended ban m:, which stops anyone matching +# a mask like +b n:nick!user@host from speaking on channel. +#<module name="m_muteban.so"> # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |