]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/filter.conf.example
Add new cross-module event system
[user/henk/code/inspircd.git] / docs / conf / filter.conf.example
index 447d6274c4ec26f7d644f557634bbcf026254fb4..ef7f50588258bf6d26eb918169398cff1ca579d8 100644 (file)
 # 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.