diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-11 15:20:29 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-11 15:20:29 +0200 |
commit | 1453b889ef1045eceed8c2d489531ff5be96ada2 (patch) | |
tree | 04cdab108b8de6cb20b0af39e20e0c5afcb643e9 | |
parent | 477811faefa0a5b4e7d824eaae7a755bb0cf9517 (diff) |
Redirect the reader to filters.conf.example for advanced filter configuration
-rw-r--r-- | docs/conf/filter.conf.example | 3 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 5 | ||||
-rw-r--r-- | docs/conf/modules/unrealircd.conf.example | 5 |
3 files changed, 8 insertions, 5 deletions
diff --git a/docs/conf/filter.conf.example b/docs/conf/filter.conf.example index c847c9838..447d6274c 100644 --- a/docs/conf/filter.conf.example +++ b/docs/conf/filter.conf.example @@ -56,5 +56,6 @@ # # <keyword pattern="^blah.*?$" reason="Dont blah!" action="gline" duration="1d6h" flags="pnPq"> -# An example of excluding a channel from filtering: +# You may specify specific channels that are exempt from being filtered: +#<exemptfromfilter target="#opers"> #<exemptfromfilter target="#help"> diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 5a6c80646..851c69f12 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -735,8 +735,9 @@ # # # Your choice of regex engine must match on all servers network-wide. # -# You may specify specific channels that are exempt from being filtered: -#<exemptfromfilter target="#opers"> +# To learn more about the configuration of this module, read # +# examples/filter.conf.example, which covers the various types of # +# filters and shows how to add exemptions. # # #-#-#-#-#-#-#-#-#-#-#- FILTER CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # diff --git a/docs/conf/modules/unrealircd.conf.example b/docs/conf/modules/unrealircd.conf.example index 0bdec9a77..1ed7b33b2 100644 --- a/docs/conf/modules/unrealircd.conf.example +++ b/docs/conf/modules/unrealircd.conf.example @@ -191,8 +191,9 @@ # # # Your choice of regex engine must match on all servers network-wide. # -# You may specify specific channels that are exempt from being filtered: -#<exemptfromfilter target="#opers"> +# To learn more about the configuration of this module, read # +# examples/filter.conf.example, which covers the various types of # +# filters and shows how to add exemptions. # # #-#-#-#-#-#-#-#-#-#-#- FILTER CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# # # |