summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/filter.conf.example3
-rw-r--r--docs/conf/helpop.conf.example3
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