summaryrefslogtreecommitdiff
path: root/docs/conf/filter.conf.example
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2019-01-08 03:03:53 -0700
committerPeter Powell <petpow@saberuk.com>2019-01-09 10:07:09 +0000
commitf2e3fd5952b23209b084bde4f464e6643c8a00ff (patch)
tree67944ae7844377009fdcd2058b8d27d5550f1efa /docs/conf/filter.conf.example
parentf4041a13c3894e282fb34010f3373d1950136a8c (diff)
Improve X-line text consistency.
- Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be>
Diffstat (limited to 'docs/conf/filter.conf.example')
-rw-r--r--docs/conf/filter.conf.example20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf.example
index 26c68d2c3..29e1f530c 100644
--- a/docs/conf/filter.conf.example
+++ b/docs/conf/filter.conf.example
@@ -6,7 +6,7 @@
# reason="reason for filtering"
# action="action to take"
# flags="filter flags"
-# duration="optional length of gline">
+# duration="optional duration of the G-line, Z-line or shun">
#
# Valid actions for 'action' are:
#
@@ -25,15 +25,21 @@
# kill This disconnects the user, with the 'reason' parameter as
# the kill reason.
#
-# gline G-LINE the user for 'duration' length of time. Durations may
+# gline G-line the user for 'duration' length of time. Durations may
# be specified using the notation 1y2d3h4m6s in a similar way to
-# other glines, omitting the duration or setting it to 0 makes
-# any glines set by this filter be permanent.
+# other G-lines, omitting the duration or setting it to 0 makes
+# any G-lines set by this filter be permanent.
#
-# zline Z-LINE the user for 'duration' length of time. Durations may
+# zline Z-line the user for 'duration' length of time. Durations may
# be specified using the notation 1y2d3h4m6s in a similar way to
-# other zlines, omitting the duration or setting it to 0 makes
-# any zlines set by this filter be permanent.
+# other Z-lines, omitting the duration or setting it to 0 makes
+# any Z-lines set by this filter be permanent.
+#
+# shun Shun the user for 'duration' length of time. Durations may
+# be specified using the notation 1y2d3h4m6s in a similar way to
+# other X-lines, omitting the duration or setting it to 0 makes
+# any shuns set by this filter be permanent.
+# Requires the shun module to be loaded.
#
# You can add filters from IRC using the /FILTER command. If you do this, they
# will be set globally to your entire network.