From 1c3b8e15c2c5ab96146ddc7573cf5d05f28967fe Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Sat, 8 Nov 2008 01:54:17 +0000 Subject: moduleAddVersion -> Module::SetVersion moduleAddAuthor -> Module::SetAuthor git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1590 5417fbe8-f217-4b02-8779-1006273d7864 --- src/modules/hs_request.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/hs_request.c') diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index cd3672ef1..ad8d3b4be 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -120,8 +120,8 @@ class HSRequest : public Module this->AddEventHook(hook); moduleSetHostHelp(hs_help); - moduleAddAuthor(AUTHOR); - moduleAddVersion(VERSION); + this->SetAuthor(AUTHOR); + this->SetVersion(VERSION); this->SetType(SUPPORTED); my_load_config(); -- cgit