1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:26:38 +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
@@ -74,7 +74,7 @@ class BSAct : public Module
BSAct(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSAct());
+1 -1
View File
@@ -84,7 +84,7 @@ class BSAssign : public Module
BSAssign(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSAssign);
+1 -1
View File
@@ -228,7 +228,7 @@ class BSBadwords : public Module
BSBadwords(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSBadwords);
+1 -1
View File
@@ -413,7 +413,7 @@ class BSBot : public Module
BSBot(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSBot());
+1 -1
View File
@@ -76,7 +76,7 @@ class BSBotList : public Module
BSBotList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSBotList());
+1 -1
View File
@@ -45,7 +45,7 @@ class BSHelp : public Module
BSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSHelp());
}
+1 -1
View File
@@ -250,7 +250,7 @@ class BSInfo : public Module
BSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSInfo());
+1 -1
View File
@@ -334,7 +334,7 @@ class BSKick : public Module
BSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSKick());
+1 -1
View File
@@ -80,7 +80,7 @@ class BSSay : public Module
BSSay(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSSay());
+1 -1
View File
@@ -184,7 +184,7 @@ class BSSet : public Module
BSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSSet());
+1 -1
View File
@@ -62,7 +62,7 @@ class BSUnassign : public Module
BSUnassign(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BOTSERV, new CommandBSUnassign);
+1 -1
View File
@@ -571,7 +571,7 @@ class CSAccess : public Module
CSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSAccess());
+1 -1
View File
@@ -576,7 +576,7 @@ class CSAKick : public Module
CSAKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSAKick());
+1 -1
View File
@@ -103,7 +103,7 @@ class CSBan : public Module
CSBan(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSBan("BAN"));
this->AddCommand(CHANSERV, new CommandCSBan("KB"));
+1 -1
View File
@@ -170,7 +170,7 @@ class CSClear : public Module
CSClear(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSClear());
+1 -1
View File
@@ -112,7 +112,7 @@ class CSDrop : public Module
CSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSDrop());
+1 -1
View File
@@ -117,7 +117,7 @@ class CSForbid : public Module
CSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSForbid());
+1 -1
View File
@@ -65,7 +65,7 @@ class CSGetKey : public Module
CSGetKey(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSGetKey());
+1 -1
View File
@@ -70,7 +70,7 @@ class CSHelp : public Module
CSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSHelp());
}
+1 -1
View File
@@ -165,7 +165,7 @@ class CSInfo : public Module
CSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSInfo());
+1 -1
View File
@@ -83,7 +83,7 @@ class CSInvite : public Module
CSInvite(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSInvite());
+1 -1
View File
@@ -88,7 +88,7 @@ class CSKick : public Module
CSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSKick("KICK"));
this->AddCommand(CHANSERV, new CommandCSKick("K"));
+1 -1
View File
@@ -187,7 +187,7 @@ public:
CSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSList());
+1 -1
View File
@@ -373,7 +373,7 @@ class CSModes : public Module
CSModes(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSOp());
+1 -1
View File
@@ -123,7 +123,7 @@ class CSRegister : public Module
CSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSRegister());
+1 -1
View File
@@ -825,7 +825,7 @@ class CSSet : public Module
CSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSSet());
+1 -1
View File
@@ -64,7 +64,7 @@ class CSStatus : public Module
CSStatus(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSStatus());
+1 -1
View File
@@ -177,7 +177,7 @@ class CSSuspend : public Module
CSSuspend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSSuspend());
+1 -1
View File
@@ -86,7 +86,7 @@ class CSTopic : public Module
CSTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSTopic());
+1 -1
View File
@@ -76,7 +76,7 @@ class CSUnban : public Module
CSUnban(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSUnban());
+1 -1
View File
@@ -538,7 +538,7 @@ class CSXOP : public Module
CSXOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(CHANSERV, new CommandCSSOP());
+1 -1
View File
@@ -539,7 +539,7 @@ class DBPlain : public Module
DBPlain(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(DATABASE);
Implementation i[] = { I_OnReload, I_OnDatabaseRead, I_OnLoadDatabase, I_OnDatabaseReadMetadata, I_OnSaveDatabase, I_OnModuleLoad };
+1 -1
View File
@@ -332,7 +332,7 @@ class EMD5 : public Module
EMD5(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
+1 -1
View File
@@ -15,7 +15,7 @@ class ENone : public Module
ENone(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
+1 -1
View File
@@ -331,7 +331,7 @@ class EOld : public Module
EOld(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
+1 -1
View File
@@ -184,7 +184,7 @@ class ESHA1 : public Module
ESHA1(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
+1 -1
View File
@@ -270,7 +270,7 @@ class ESHA256 : public Module
ESHA256(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
+1 -1
View File
@@ -61,7 +61,7 @@ class HSDel : public Module
HSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSDel());
+1 -1
View File
@@ -68,7 +68,7 @@ class HSDelAll : public Module
HSDelAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSDelAll());
+1 -1
View File
@@ -54,7 +54,7 @@ class HSGroup : public Module
HSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSGroup());
+1 -1
View File
@@ -42,7 +42,7 @@ class HSHelp : public Module
HSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSHelp());
+1 -1
View File
@@ -121,7 +121,7 @@ class HSList : public Module
HSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSList());
+1 -1
View File
@@ -50,7 +50,7 @@ class HSOff : public Module
HSOff(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSOff());
+1 -1
View File
@@ -64,7 +64,7 @@ class HSOn : public Module
HSOn(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSOn());
+1 -1
View File
@@ -158,7 +158,7 @@ class HSSet : public Module
HSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSSet());
+1 -1
View File
@@ -156,7 +156,7 @@ class HSSetAll : public Module
HSSetAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HOSTSERV, new CommandHSSetAll());
+1 -1
View File
@@ -78,7 +78,7 @@ class MSCancel : public Module
MSCancel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSCancel());
+1 -1
View File
@@ -94,7 +94,7 @@ class MSCheck : public Module
MSCheck(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSCheck());
+1 -1
View File
@@ -167,7 +167,7 @@ class MSDel : public Module
MSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSDel());
+1 -1
View File
@@ -43,7 +43,7 @@ class MSHelp : public Module
MSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSHelp());
}
+1 -1
View File
@@ -207,7 +207,7 @@ class MSInfo : public Module
MSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSInfo());
+1 -1
View File
@@ -114,7 +114,7 @@ class MSList : public Module
MSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSList());
+1 -1
View File
@@ -123,7 +123,7 @@ class MSRead : public Module
MSRead(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSRead());
+1 -1
View File
@@ -78,7 +78,7 @@ class MSRSend : public Module
MSRSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSRSend());
+1 -1
View File
@@ -49,7 +49,7 @@ class MSSend : public Module
MSSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSSend());
+1 -1
View File
@@ -65,7 +65,7 @@ class MSSendAll : public Module
MSSendAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSSendAll());
+1 -1
View File
@@ -260,7 +260,7 @@ class MSSet : public Module
MSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSSet());
+1 -1
View File
@@ -63,7 +63,7 @@ class MSStaff : public Module
MSStaff(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MEMOSERV, new CommandMSStaff());
+1 -1
View File
@@ -169,7 +169,7 @@ class NSAccess : public Module
NSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSAccess());
+1 -1
View File
@@ -145,7 +145,7 @@ class NSAList : public Module
NSAList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSAList());
+1 -1
View File
@@ -113,7 +113,7 @@ class NSDrop : public Module
NSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSDrop());
+1 -1
View File
@@ -106,7 +106,7 @@ class NSForbid : public Module
NSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSForbid());
+1 -1
View File
@@ -74,7 +74,7 @@ class NSGetEMail : public Module
NSGetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSGetEMail());
+1 -1
View File
@@ -78,7 +78,7 @@ class NSGetPass : public Module
NSGetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSGetPass());
+1 -1
View File
@@ -91,7 +91,7 @@ class NSGhost : public Module
NSGhost(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSGhost());
+1 -1
View File
@@ -217,7 +217,7 @@ class NSGroup : public Module
NSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSGroup());
+1 -1
View File
@@ -58,7 +58,7 @@ class NSHelp : public Module
NSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSHelp());
+1 -1
View File
@@ -113,7 +113,7 @@ class NSIdentify : public Module
NSIdentify(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSIdentify("IDENTIFY"));
+1 -1
View File
@@ -209,7 +209,7 @@ class NSInfo : public Module
NSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSInfo());
+1 -1
View File
@@ -218,7 +218,7 @@ class NSList : public Module
NSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSList());
+1 -1
View File
@@ -86,7 +86,7 @@ class NSLogout : public Module
NSLogout(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSLogout());
+1 -1
View File
@@ -112,7 +112,7 @@ class NSRecover : public Module
NSRecover(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSRecover());
+1 -1
View File
@@ -367,7 +367,7 @@ class NSRegister : public Module
NSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSRegister());
+1 -1
View File
@@ -94,7 +94,7 @@ class NSRelease : public Module
NSRelease(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSRelease());
+1 -1
View File
@@ -92,7 +92,7 @@ class NSResetPass : public Module
NSResetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
if (!Config.UseMail)
+1 -1
View File
@@ -584,7 +584,7 @@ public:
NSSASet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSSASet());
+1 -1
View File
@@ -89,7 +89,7 @@ class NSSendPass : public Module
NSSendPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSSendPass());
+1 -1
View File
@@ -542,7 +542,7 @@ class NSSet : public Module
NSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSSet());
+1 -1
View File
@@ -65,7 +65,7 @@ class NSStatus : public Module
NSStatus(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSStatus());
+1 -1
View File
@@ -181,7 +181,7 @@ class NSSuspend : public Module
NSSuspend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSSuspend());
+1 -1
View File
@@ -55,7 +55,7 @@ class NSUpdate : public Module
NSUpdate(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NICKSERV, new CommandNSUpdate());
ModuleManager::Attach(I_OnNickServHelp, this);
+1 -1
View File
@@ -333,7 +333,7 @@ class OSAKill : public Module
OSAKill(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSAKill());
+1 -1
View File
@@ -111,7 +111,7 @@ class OSChanKill : public Module
OSChanKill(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSChanKill());
+1 -1
View File
@@ -98,7 +98,7 @@ class OSChanList : public Module
OSChanList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSChanList());
+1 -1
View File
@@ -175,7 +175,7 @@ class OSClearModes : public Module
OSClearModes(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSClearModes());
+1 -1
View File
@@ -134,7 +134,7 @@ class OSDEFCON : public Module
OSDEFCON(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
if (!Config.DefConLevel)
+1 -1
View File
@@ -50,7 +50,7 @@ class OSGlobal : public Module
OSGlobal(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSGlobal());
+1 -1
View File
@@ -42,7 +42,7 @@ class OSHelp : public Module
OSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSHelp());
}
+1 -1
View File
@@ -136,7 +136,7 @@ class OSIgnore : public Module
OSIgnore(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSIgnore());
+1 -1
View File
@@ -64,7 +64,7 @@ class OSJupe : public Module
OSJupe(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSJupe());
+1 -1
View File
@@ -68,7 +68,7 @@ class OSKick : public Module
OSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSKick());
+1 -1
View File
@@ -59,7 +59,7 @@ class OSMode : public Module
OSMode(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSMode());
+1 -1
View File
@@ -71,7 +71,7 @@ class OSModInfo : public Module
OSModInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSModInfo());
+1 -1
View File
@@ -199,7 +199,7 @@ class OSModList : public Module
OSModList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSModList());
+1 -1
View File
@@ -60,7 +60,7 @@ class OSModLoad : public Module
OSModLoad(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->SetPermanent(true);
+1 -1
View File
@@ -62,7 +62,7 @@ class OSModUnLoad : public Module
OSModUnLoad(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->SetPermanent(true);
+1 -1
View File
@@ -394,7 +394,7 @@ class OSNews : public Module
OSNews(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSLogonNews());
+1 -1
View File
@@ -77,7 +77,7 @@ class OSNOOP : public Module
OSNOOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSNOOP());
+1 -1
View File
@@ -68,7 +68,7 @@ class OSOLine : public Module
OSOLine(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSOLine());
+1 -1
View File
@@ -50,7 +50,7 @@ class OSQuit : public Module
OSQuit(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion("$Id$");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(OPERSERV, new CommandOSQuit());

Some files were not shown because too many files have changed in this diff Show More