From 59cafb70e66c176b837770ae4fd21aa578c80bef Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 12 Oct 2012 23:32:35 +0200 Subject: 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- --- docs/conf/modules.conf.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/conf') 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. # +# +# If the following option is on then all oper commands will be sent to +# the snomask 'r'. The default is off. +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Oper prefixing module: Gives IRC operators a prefix status character -- cgit v1.2.3