diff options
author | B00mX0r <b00mx0r@aureus.pw> | 2017-12-19 09:29:50 -0800 |
---|---|---|
committer | B00mX0r <b00mx0r@aureus.pw> | 2017-12-21 09:21:53 -0800 |
commit | 197c3445b04f16dd563426fb606c848f20f77c96 (patch) | |
tree | 76b3c400dd44945f212a98a0da73bae7d1809f73 /docs | |
parent | a98ae6f6716597572a2797b00f4e3a4a5d7e52d7 (diff) |
Add SHUN as a /filter action
This resolves #483
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index 883ec9b16..3e8360e55 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -434,11 +434,11 @@ reason parameter is optional, and if not provided defaults to 'Please use this server/port instead' (the default given in various numeric lists)"> -<helpop key="filter" value="/FILTER <filter-definition> [<action> <flags> [<gline-duration>] :<reason>] +<helpop key="filter" value="/FILTER <filter-definition> [<action> <flags> [<duration>] :<reason>] This command will add a filter when more than one parameter is given, for messages of the types specified by the flags, with the given -filter definition, action, gline duration (when the action is 'gline') +filter definition, action, duration (when the action is 'gline' or 'shun'), and reason. The filter will take effect when a message of any type specified by @@ -454,6 +454,7 @@ Block Blocks message and informs +s IRCops of the blocked message Silent Blocks message, but does not notify IRCops Kill Kills the user Gline Glines the user for the specified duration +Shun Shuns the user for the specified duration (requires the shun module) Valid FILTER Flags ------------------ |