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:
@@ -1074,8 +1074,6 @@ class ProtoBahamut : public Module
|
||||
|
||||
pmodule_ircd_proto(&ircd_proto);
|
||||
moduleAddIRCDMsgs();
|
||||
|
||||
return MOD_CONT;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1348,8 +1348,6 @@ class ProtoInspIRCd : public Module
|
||||
|
||||
pmodule_ircd_proto(&ircd_proto);
|
||||
moduleAddIRCDMsgs();
|
||||
|
||||
return MOD_CONT;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -1215,6 +1215,6 @@ class ProtoRatbox : public Module
|
||||
free(TS6SID);
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
MODULE_INIT("ratbox", ProtoRatbox)
|
||||
|
||||
Reference in New Issue
Block a user