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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user