1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 12:16:39 +02:00

Made IRCDProto a Service

This commit is contained in:
Adam
2012-11-23 23:10:41 -05:00
parent 36b1166cf6
commit ded89b0d49
13 changed files with 30 additions and 76 deletions
-5
View File
@@ -85,11 +85,6 @@ void Module::SetAuthor(const Anope::string &nauthor)
this->author = nauthor;
}
IRCDProto *Module::GetIRCDProto()
{
return NULL;
}
ModuleVersion::ModuleVersion(int maj, int min, int pa) : version_major(maj), version_minor(min), version_patch(pa)
{
}