From 96cc17f65196391a64c38ffcbfb57b8f54ced4b3 Mon Sep 17 00:00:00 2001 From: Filippo Cortigiani Date: Mon, 20 May 2019 15:15:00 +0200 Subject: Add an option to the filter module to exclude registered users from a filter. --- docs/conf/filter.conf.example | 3 ++- docs/conf/helpop.conf.example | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3