diff options
-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 -#-#-#-#-#-#-#-#-#-#-#-# # # |