diff options
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 |