From 89e16b7208f74b0e6cc5e27407ecc8b23b956d3a Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 7 Apr 2004 19:09:48 +0000 Subject: [PATCH] Added example config for m_filter.so git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@425 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/filter.conf.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/filter.conf.example diff --git a/docs/filter.conf.example b/docs/filter.conf.example new file mode 100644 index 000000000..99e133256 --- /dev/null +++ b/docs/filter.conf.example @@ -0,0 +1,24 @@ +# Configuration file for m_filter.so (2.0.0.0) +# C.J.Edwards April 2004. +# + +# The tags for this module are formatted as follows: +# +# +# +# Valid actions for 'action' are: +# +# block This blocks the line, sends out a notice to all opers with +# +s and informs the user that their message was blocked. +# +# none This action causes nothing to be done except logging. This +# is the default action if none is specified. +# +# kill This disconnects the user, with the 'reason' parameter as +# the kill reason. + + + + -- 2.39.5