1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 19:56:39 +02:00

Replace Set*Help() functions with virtual *ServHelp() functions that can be overriden in a module's Module class. Patch from Adam.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2266 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-04-06 21:25:56 +00:00
parent fbb1ab9246
commit 578da38d30
121 changed files with 551 additions and 1576 deletions
-6
View File
@@ -15,12 +15,6 @@
Module::Module(const std::string &mname, const std::string &creator)
{
this->name = mname; /* Our name */
this->nickHelp = NULL;
this->chanHelp = NULL;
this->memoHelp = NULL;
this->botHelp = NULL;
this->operHelp = NULL;
this->hostHelp = NULL;
this->type = THIRD;
this->handle = NULL;