diff options
author | Robby <robby@chatbelgie.be> | 2018-11-21 01:53:03 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-11-21 01:15:12 +0000 |
commit | 705853459e7170316fde62f25e40398b35bd4870 (patch) | |
tree | 5d3f67b47449c36283841e6d54d9e9811b7f2c50 /docs/conf/helpop-full.conf.example | |
parent | 05413dcaf3c4723e0e78d4a99d30c98cef241ea2 (diff) |
m_filter: Add a warn action for notifying opers while still allowing the message through.
Thanks to @H7-25 (Simos) for the idea.
Diffstat (limited to 'docs/conf/helpop-full.conf.example')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
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 |