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

A few compile fixes for protocol modules.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1600 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-11-08 17:48:14 +00:00
parent 83c213c6e1
commit 03e3bb1a59
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -1074,8 +1074,6 @@ class ProtoBahamut : public Module
pmodule_ircd_proto(&ircd_proto);
moduleAddIRCDMsgs();
return MOD_CONT;
}
};
-2
View File
@@ -1348,8 +1348,6 @@ class ProtoInspIRCd : public Module
pmodule_ircd_proto(&ircd_proto);
moduleAddIRCDMsgs();
return MOD_CONT;
}
};
+1 -1
View File
@@ -1215,6 +1215,6 @@ class ProtoRatbox : public Module
free(TS6SID);
}
}
};
MODULE_INIT("ratbox", ProtoRatbox)