mirror of
https://github.com/anope/anope.git
synced 2026-07-03 04:23:13 +02:00
Made all modules version be VERSION_STRING
This commit is contained in:
@@ -1383,7 +1383,7 @@ class ProtoInspIRCd : public Module
|
||||
ProtoInspIRCd(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
if (Config.Numeric)
|
||||
|
||||
Reference in New Issue
Block a user