From 10e91ca314cfbb533935534129f3adaf1333aed7 Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 15 Feb 2006 03:30:48 +0000 Subject: - Moved example configuration from docs/ to conf/.. Why did we have two example confs? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3213 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.censor.example | 12 + conf/inspircd.filter.example | 24 ++ conf/inspircd.helpop-full.example | 506 ++++++++++++++++++++++++++++++++++++++ conf/inspircd.helpop.example | 328 ++++++++++++++++++++++++ 4 files changed, 870 insertions(+) create mode 100644 conf/inspircd.censor.example create mode 100644 conf/inspircd.filter.example create mode 100644 conf/inspircd.helpop-full.example create mode 100644 conf/inspircd.helpop.example (limited to 'conf') diff --git a/conf/inspircd.censor.example b/conf/inspircd.censor.example new file mode 100644 index 000000000..89730669f --- /dev/null +++ b/conf/inspircd.censor.example @@ -0,0 +1,12 @@ +# Configuration file for m_censor.so (1.0.0.0) +# C.J.Edwards May 2004. +# + +# The tags for this module are formatted as follows: +# +# + + + + diff --git a/conf/inspircd.filter.example b/conf/inspircd.filter.example new file mode 100644 index 000000000..99e133256 --- /dev/null +++ b/conf/inspircd.filter.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. + + + + diff --git a/conf/inspircd.helpop-full.example b/conf/inspircd.helpop-full.example new file mode 100644 index 000000000..d0f621d63 --- /dev/null +++ b/conf/inspircd.helpop-full.example @@ -0,0 +1,506 @@ +##################### +# Helpop Standard # +##################### + + + + + + + +##################### +# User Commands # +##################### + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +##################### +# Oper Commands # +##################### + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +###################### +# User/Channel Modes # +###################### + + + + + +###################### +# Stats Symbols # +###################### + + + diff --git a/conf/inspircd.helpop.example b/conf/inspircd.helpop.example new file mode 100644 index 000000000..34f47e2db --- /dev/null +++ b/conf/inspircd.helpop.example @@ -0,0 +1,328 @@ +# Sample configuration file for m_helpop.so +# You can either copy this into your conf folder and set up the module to use it, +# or you can customise the responses for your network and/or add more. +# +# WARNING!!! Do not this file into your main conf, use tag +# instead! There are tags in this file which will conflict with the main config, +# like and , and if you include it directly, inspircd will complain! +# + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3