diff options
author | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-25 19:59:07 +0000 |
---|---|---|
committer | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-25 19:59:07 +0000 |
commit | f40c98ecabc2ac5d525316a900043bb154c4cccc (patch) | |
tree | efbf01d5336988c098a6e2152572823a241a2adb /conf | |
parent | 0b919e6a24ae389d8da0adc49c10cbdcf4d0acc5 (diff) |
Fix a typo in an m_callerid error message, and add m_callerid and m_filter <exemptfromfilter> to example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8748 e03df62e-2008-0410-955e-edbf42e46eb7
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"> |