diff options
author | Peter Powell <petpow@saberuk.com> | 2018-08-24 13:40:15 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-08-24 13:52:23 +0100 |
commit | 9d1b92d927028dfd89acb5c71f671c9d7f203494 (patch) | |
tree | 2b6abe395c73265d7e0f70f0862dc0a61f0a5fba /docs/conf/helpop.conf.example | |
parent | 5a30926e2b3b54e1ee3562dea6119d9237814e9f (diff) |
Improve the snotices sent out by the filter module.
- Switch to a module-specific snotice character (f).
- Redo the format of the message to be easier to read and include
the filter that the user matched.
Closes #490.
Closes #841.
Diffstat (limited to 'docs/conf/helpop.conf.example')
-rw-r--r-- | docs/conf/helpop.conf.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index ada39c61d..89c2716a6 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -237,7 +237,10 @@ help channel if you have any questions."> A Allows receipt of remote announcement messages. c Allows receipt of local connect messages. C Allows receipt of remote connect messages. - f Allows receipt of flooding notices. + d Allows receipt of local DNSBL messages (requires the dnsbl module). + D Allows receipt of remote DNSBL messages (requires the dnsbl module). + f Allows receipt of local filter messages (requires the filter module). + F Allows receipt of remote filter messages (requires the filter module). g Allows receipt of globops (requires the globops module). j Allows receipt of channel creation notices (requires the chancreate module). J Allows receipt of remote channel creation notices (requires the chancreate module). |