diff options
author | Filippo Cortigiani <simos@simosnap.org> | 2019-05-20 15:15:00 +0200 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-05-20 14:15:00 +0100 |
commit | 96cc17f65196391a64c38ffcbfb57b8f54ced4b3 (patch) | |
tree | e593f7c0e5630d55a81821b700b21336a905b10c /docs | |
parent | 232332e064312b30de81230fbb7805e38a57c8f1 (diff) |
Add an option to the filter module to exclude registered users from a filter.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/filter.conf.example | 3 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf.example index f9afc85a8..fe95687f5 100644 --- a/docs/conf/filter.conf.example +++ b/docs/conf/filter.conf.example @@ -51,8 +51,9 @@ # P: Block part messages # q: Block quit messages # o: Don't match against opers +# r: Don't match against registered users # c: Strip color codes from text before trying to match -# *: Represents all of the above flags +# *: Represents all of the above flags except r # -: Does nothing, a no-op for when you do not want to specify any flags # Example filters: diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index ff9bc4b28..5b89c91f2 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -506,8 +506,9 @@ n Block private and channel notices P Block part messages q Block quit messages o Don't match against opers +r Don't match against registered users c Strip all formatting codes from the message before matching -* Represents all of the above flags +* Represents all of the above flags except r - Does nothing, a non-op for when you do not want to specify any flags |