mirror of
https://github.com/anope/anope.git
synced 2026-07-07 07:13:12 +02:00
Made all modules version be VERSION_STRING
This commit is contained in:
@@ -812,7 +812,7 @@ class ProtoBahamut : public Module
|
||||
ProtoBahamut(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
pmodule_ircd_version("BahamutIRCd 1.4.*/1.8.*");
|
||||
|
||||
@@ -1168,7 +1168,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);
|
||||
|
||||
pmodule_ircd_version("inspircdIRCd 1.1");
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1382,7 +1382,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)
|
||||
|
||||
@@ -877,7 +877,7 @@ class ProtoRatbox : public Module
|
||||
ProtoRatbox(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)
|
||||
|
||||
@@ -1333,7 +1333,7 @@ class ProtoUnreal : public Module
|
||||
ProtoUnreal(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion("$Id$");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(PROTOCOL);
|
||||
|
||||
pmodule_ircd_version("UnrealIRCd 3.2+");
|
||||
|
||||
Reference in New Issue
Block a user