summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2018-11-21 01:53:03 +0100
committerPeter Powell <petpow@saberuk.com>2018-11-21 01:15:12 +0000
commit705853459e7170316fde62f25e40398b35bd4870 (patch)
tree5d3f67b47449c36283841e6d54d9e9811b7f2c50 /docs
parent05413dcaf3c4723e0e78d4a99d30c98cef241ea2 (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')
-rw-r--r--docs/conf/filter.conf.example3
-rw-r--r--docs/conf/helpop-full.conf.example3
2 files changed, 6 insertions, 0 deletions
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