diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 22:32:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 22:32:25 +0000 |
commit | 75150d58c232a88cc09ff10d0236ef7157b325da (patch) | |
tree | 521a7212936743703e027b02f4462b6589a277e8 /conf | |
parent | 6c22aee160c2f0b0d761711f12eca8f875c81062 (diff) |
Add 'silent' option to example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6740 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.filter.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example index e90e4d5f1..92260fd9f 100644 --- a/conf/inspircd.filter.example +++ b/conf/inspircd.filter.example @@ -12,6 +12,9 @@ # block This blocks the line, sends out a notice to all opers with # +s and informs the user that their message was blocked. # +# silent This blocks the line only, and informs the user their message +# was blocked, but does not notify opers. +# # none This action causes nothing to be done except logging. This # is the default action if none is specified. # |