diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-27 15:53:06 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-27 15:53:06 +0000 |
commit | 533bda9cfe75166e3f8db8b96b463666164bc6d6 (patch) | |
tree | 9c842d6c0dab01ead24b250ca4ab7f5978000bf8 /conf/modules.conf.example | |
parent | 67c12453047f009692da518774ed6e49ee0acb9a (diff) |
Add <shun:notifyuser>, default on, which notifies the user that their command was blocked
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10317 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index b77090f82..7d89163ba 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1228,7 +1228,9 @@ # 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"> +# +# You may also (optionally) let the user know that their command was blocked. +#<shun enabledcommands="PING PONG QUIT PART JOIN" notifyuser="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Spy module: Provides the ability to see the complete names list of |