1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 00:43:12 +02:00

Convert all the derived module constructors to take the new parameter (sed must be worshipped). They still call the base constructor the wrong way.

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