1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 20:46:39 +02:00

HelpServ has been destroyed, +1000 points. Also fixed the argument order in the deprecated match_wild() function.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2074 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-02-15 17:47:52 +00:00
parent 330d9ee9e7
commit ba47bf2f6f
13 changed files with 3 additions and 216 deletions
-25
View File
@@ -1086,31 +1086,6 @@ hostserv
#hostsetters = "CyberBotX w00t"
}
/*
* [REQUIRED] HelpServ Config
*
* This section is used to set up the Help Service pseudo-client. All directives are required.
*/
helpserv
{
/*
* The nickname of the HelpServ client.
*/
nick = "HelpServ"
/*
* The description of the HelpServ client, which will be used as the GECOS (real
* name) of the client.
*/
description = "Help Service"
/*
* The core modules to load for HelpServ. This is a space separated list that corresponds
* to the base names of the modules for HelpServ. This directive is optional, but highly recommended.
*/
modules = "he_help"
}
/*
* [REQUIRED] OperServ Config
*