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/core/cs_modes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/cs_modes.c') diff --git a/src/core/cs_modes.c b/src/core/cs_modes.c index 3c658042a..2069dc796 100644 --- a/src/core/cs_modes.c +++ b/src/core/cs_modes.c @@ -35,8 +35,8 @@ class CSModes : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("OP", do_op, NULL, CHAN_HELP_OP, -1, -1, -1, -1); -- cgit