diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-12 23:32:35 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-28 15:23:38 +0100 |
commit | 59cafb70e66c176b837770ae4fd21aa578c80bef (patch) | |
tree | 337847642bf48e0aef8af67e7de4e6f493365d2d /docs | |
parent | 1357ed09ccdab5c2b19bb108ef3723a1e308e337 (diff) |
m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'
If enabled, the commands can be logged to channels with m_chanlog and also other +s +r opers can see them
Fixes #325 reported by @SeLEct-
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index e20769373..de91cf891 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1225,9 +1225,13 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper log module: Logs all oper commands to the ircd log at default -# loglevel. +# loglevel, and optionally to the 'r' SNOMASK. # This module is oper-only. #<module name="m_operlog.so"> +# +# If the following option is on then all oper commands will be sent to +# the snomask 'r'. The default is off. +#<operlog tosnomask="off"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper prefixing module: Gives IRC operators a prefix status character |