diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.filter.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example index 3aa19aa37..8200a028f 100644 --- a/conf/inspircd.filter.example +++ b/conf/inspircd.filter.example @@ -55,3 +55,5 @@ # # <keyword pattern="^blah.*?$" reason="Dont blah!" action="gline" duration="1d6h" flags="pnPq"> +# An example of excluding a channel from filtering: +# <exemptfromfilter channel="#help"> |