1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 15:26:38 +02:00

Call the new base constructor too.. let's hope this all works?

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1578 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-08 00:14:35 +00:00
parent 8d4789efaa
commit e459e5833e
140 changed files with 140 additions and 140 deletions
+1 -1
View File
@@ -1312,7 +1312,7 @@ void moduleAddIRCDMsgs(void) {
class ProtoInspIRCd : public Module
{
public:
ProtoInspIRCd(const std::string &modname, const std::string &creator) : Module(creator)
ProtoInspIRCd(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
moduleAddAuthor("Anope");
moduleAddVersion("$Id$");