From 705853459e7170316fde62f25e40398b35bd4870 Mon Sep 17 00:00:00 2001 From: Robby Date: Wed, 21 Nov 2018 01:53:03 +0100 Subject: m_filter: Add a warn action for notifying opers while still allowing the message through. Thanks to @H7-25 (Simos) for the idea. --- docs/conf/filter.conf.example | 3 +++ docs/conf/helpop-full.conf.example | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf.example index a389d39e1..26c68d2c3 100644 --- a/docs/conf/filter.conf.example +++ b/docs/conf/filter.conf.example @@ -10,6 +10,9 @@ # # Valid actions for 'action' are: # +# warn This allows the line and sends out a notice to all opers +# with +s. +# # block This blocks the line, sends out a notice to all opers with # +s and informs the user that their message was blocked. # diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 17e9ee37d..f6ebb828b 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -487,11 +487,14 @@ Valid FILTER Actions -------------------- None Does nothing +Warn Lets the message through and informs +s IRCops of the message + and all relevant info Block Blocks message and informs +s IRCops of the blocked message and all relevant info Silent Blocks message, but does not notify IRCops Kill Kills the user Gline Glines the user for the specified duration +Zline Zlines the user for the specified duration Shun Shuns the user for the specified duration (requires the shun module) Valid FILTER Flags -- cgit v1.2.3