From 578da38d30893ca33cc1aa9183e4b82d67c831f3 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Mon, 6 Apr 2009 21:25:56 +0000 Subject: 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 --- src/module.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index f5cc178d2..41dfab0b0 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -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; -- cgit