1
0
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:
Adam
2010-06-18 18:30:35 -04:00
parent cc3104fc3f
commit 428d930e2b
127 changed files with 127 additions and 127 deletions
+1 -1
View File
@@ -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.*");
+1 -1
View File
@@ -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");
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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+");