diff options
author | Peter Powell <petpow@saberuk.com> | 2017-07-24 14:04:34 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-07-24 14:04:34 +0100 |
commit | 5c65a0a03dc41f3ed84dd4de4a1a5333365d6bb1 (patch) | |
tree | 2fadbd9ce71cb0a86749466a35ea3dcea36e3f21 | |
parent | b6a2b91f8fe36db77a9521a8fba26430cd3796a3 (diff) |
Add ADMIN to the list of commands that shunned users can run.
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8130348b4..b39ee5d2b 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1695,7 +1695,7 @@ # You can optionally let the user know that their command was blocked. # # You may also let SHUN affect opers (defaults to no). -#<shun enabledcommands="PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no"> +#<shun enabledcommands="ADMIN PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL channel mode module: Adds support for SSL-only channels via |