]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - conf/inspircd.filter.example
SVSHOLD, not SVSHold
[user/henk/code/inspircd.git] / conf / inspircd.filter.example
1 # Configuration file for m_filter.so (2.0.0.0)
2 # C.J.Edwards April 2004.
3 #
4
5 # The tags for this module are formatted as follows:
6 #
7 # <keyword      pattern="any glob pattern here"
8 #               reason="reason for filtering"
9 #               action="action to take">
10 #
11 # Valid actions for 'action' are:
12 #
13 # block         This blocks the line, sends out a notice to all opers with
14 #               +s and informs the user that their message was blocked.
15 #
16 # none          This action causes nothing to be done except logging. This
17 #               is the default action if none is specified.
18 #
19 # kill          This disconnects the user, with the 'reason' parameter as
20 #               the kill reason.
21
22 <keyword pattern="*qwerty*" reason="You qwertied!" action="block">
23 <keyword pattern="*killmenow*" reason="As you request." action="kill">
24