From b8fc8b8ea60300424e964f093122c46ac7905f7e Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 16 Dec 2006 03:00:40 +0000 Subject: w00t: the power to rewrite modules in the leap of a small tiredness barrier. helpop refactored to use a leet cached map lookup, should be fast, leet, cool, etc. I'm going to bed. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6008 e03df62e-2008-0410-955e-edbf42e46eb7 --- conf/inspircd.helpop.example | 398 +++++++++---------------------------------- 1 file changed, 76 insertions(+), 322 deletions(-) (limited to 'conf') diff --git a/conf/inspircd.helpop.example b/conf/inspircd.helpop.example index 34ddd439c..0fb32f205 100644 --- a/conf/inspircd.helpop.example +++ b/conf/inspircd.helpop.example @@ -2,328 +2,82 @@ # 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! +# The way the new helpop system works is simple. You use one or more helpop tags. +# . +# key is what the user is looking for (i.e. /helpop moo), and value is what they get back +# (note that it can span multiple lines!). +# -- w00t 16/dec/2006 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + -- cgit v1.2.3