summaryrefslogtreecommitdiff
path: root/docs/conf/filter.conf.example
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-04-11 15:25:54 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-04-11 15:25:54 +0200
commit557c02839bec991dd846a6dc12ce7ba52de1525c (patch)
treef640e68d6ea26b498be0052c5e6ce5866d69de69 /docs/conf/filter.conf.example
parent1453b889ef1045eceed8c2d489531ff5be96ada2 (diff)
m_filter Allow exemption of messages sent to nicks specified in <exemptfromfilter> tags
Issue #655
Diffstat (limited to 'docs/conf/filter.conf.example')
-rw-r--r--docs/conf/filter.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf.example
index 447d6274c..ef7f50588 100644
--- a/docs/conf/filter.conf.example
+++ b/docs/conf/filter.conf.example
@@ -59,3 +59,12 @@
# You may specify specific channels that are exempt from being filtered:
#<exemptfromfilter target="#opers">
#<exemptfromfilter target="#help">
+
+# You can also exempt messages from being filtered if they are sent to
+# specific nicks.
+# Example that exempts all messages sent *to* NickServ:
+#<exemptfromfilter target="NickServ">
+
+# Note that messages *from* services are never subject to filtering;
+# <exemptfromfilter> tags are only for exempting messages sent *to* the
+# configured targets.