diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 17:47:52 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 17:47:52 +0000 |
| commit | ba47bf2f6f2fe04e50ca63b26f14ba1e524bee72 (patch) | |
| tree | a00ce3d3e30bc4a7d96a0b174169cdd676af0135 /data | |
| parent | 330d9ee9e782a4ed3e2de8ff3082cc5bbe7d6b9e (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/data/example.conf b/data/example.conf index 57978509d..2e955200c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1087,31 +1087,6 @@ hostserv } /* - * [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 * * This section is used to set up the Operator Service pseudo-client. Unless specified otherwise, |
