diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-27 15:42:24 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-27 15:42:24 +0000 |
commit | 67c12453047f009692da518774ed6e49ee0acb9a (patch) | |
tree | d32e4f4afb8c1c066d0c7ec22cb43ca124d33b97 /conf | |
parent | 4608413eb87259fa1f563c0aab5262b51154662c (diff) |
Add and document <shun:enabledcommands>, allowing customisation of specifically which commands shunned users may execute. NOTE: PART/QUIT (if allowed) will always suppress the PART/QUIT message. This needs some testing. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10316 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 09434ee7c..b77090f82 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1222,8 +1222,13 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Shun module: Provides the /shun command, which stops a user executing -# all commands except PING and PONG. +# most commands. #<module name="m_shun.so"> +# +# You may also configure which commands you wish a user to be able to +# perform. It should be noted that if a shunned user issues QUIT or PART +# then their message will be removed, as if they did not issue one. +#<shun enabledcommands="PING PONG QUIT PART JOIN"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Spy module: Provides the ability to see the complete names list of |