summaryrefslogtreecommitdiff
path: root/docs/conf/helpop.conf.example
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-04-18 17:57:20 +0100
committerPeter Powell <petpow@saberuk.com>2019-04-18 23:38:23 +0100
commitbcd65de1ec4bb71591ae417fee649d7ecd37cd57 (patch)
tree71afe8475d7b1433d09b7b11760e189e26bf4f51 /docs/conf/helpop.conf.example
parent9f3502de449f3bd4a88163ddc39626305071531f (diff)
Add the new implementation of the silence module.
This module has significant improvements on the previous one: * Flags which actually make sense. * Better compatibility with other SILENCE implementations. * Support for blocking CTCPs. * Support for blocking TAGMSGs.
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r--docs/conf/helpop.conf.example26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example
index 3578f0683..c0dbdc45f 100644
--- a/docs/conf/helpop.conf.example
+++ b/docs/conf/helpop.conf.example
@@ -145,6 +145,32 @@ E.g. '/RMODE #channel b m:*' will remove all mute extbans on the channel.">
This behaves identically to /REMOVE. /REMOVE is a built-in mIRC command
which caused trouble for some users.">
+<helpop key="silence" value="/SILENCE [(+|-)<mask> [CcdiNnPpsTtx]+]
+
+A server-side ignore of the given n!u@h mask. If the optional flags field is
+specified then it must contain one or more flags which specify what kind of
+messages should be blocked and how they should be blocked.
+
+/SILENCE - Shows a list of silenced masks
+/SILENCE +<mask> [<flags>] - Add a mask
+/SILENCE -<mask> - Remove a mask
+
+Valid SILENCE Flags
+-------------------
+ c Matches a CTCP targeted at a channel.
+ C Matches a CTCP targeted at a user.
+ d Default behaviour; equivalent to CciNnPpTt.
+ i Matches an invite to a channel.
+ n Matches a NOTICE targeted at a channel.
+ N Matches a NOTICE targeted at a user.
+ p Matches a PRIVMSG targeted at a channel.
+ P Matches a PRIVMSG targeted at a user.
+ t Matches a TAGMSG targeted at a channel.
+ T Matches a TAGMSG targeted at a user.
+ x Exempt the mask from silence rules.
+
+Any combination of flags is valid.">
+
<helpop key="knock" value="/KNOCK <channel> :<reason>
Sends a notice to a channel indicating you wish to join.">