diff options
author | Sadie Powell <sadie@witchery.services> | 2020-03-29 11:58:09 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-03-29 11:58:09 +0100 |
commit | 92732be632831cbb0751a5f2ad3d89e9bf87b2dd (patch) | |
tree | bb3cb410be0016c601f9e479e0467e5fa444dff5 /docs | |
parent | 5fff3610d5fe938213e98a24ed67263f8bee7a55 (diff) |
Include ADMIN and OPER in the default for <shun:enabledcmds>.
Diffstat (limited to 'docs')
-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 8d1ee8074..c7a3f7dc7 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2109,7 +2109,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="ADMIN PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no"> +#<shun enabledcommands="ADMIN OPER PING PONG QUIT PART JOIN" notifyuser="yes" affectopers="no"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SSL mode module: Adds support for SSL-only channels via the '+z' |