1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 07:36:36 +02:00

Changed the versioning system to use git

This commit is contained in:
Adam
2010-06-25 20:00:21 -04:00
parent cbcead4e89
commit 03fbc7d281
167 changed files with 2981 additions and 542 deletions
-1
View File
@@ -77,7 +77,6 @@ class BSAct : public Module
BSAct(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSAct());
}
-1
View File
@@ -87,7 +87,6 @@ class BSAssign : public Module
BSAssign(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSAssign);
}
-1
View File
@@ -268,7 +268,6 @@ class BSBadwords : public Module
BSBadwords(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSBadwords);
}
-1
View File
@@ -409,7 +409,6 @@ class BSBot : public Module
BSBot(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSBot());
}
-1
View File
@@ -85,7 +85,6 @@ class BSBotList : public Module
BSBotList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSBotList());
}
-1
View File
@@ -44,7 +44,6 @@ class BSHelp : public Module
BSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSHelp());
}
-1
View File
@@ -225,7 +225,6 @@ class BSInfo : public Module
BSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSInfo());
}
-1
View File
@@ -380,7 +380,6 @@ class BSKick : public Module
BSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSKick());
}
-1
View File
@@ -83,7 +83,6 @@ class BSSay : public Module
BSSay(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSSay());
}
-1
View File
@@ -207,7 +207,6 @@ class BSSet : public Module
BSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSSet());
}
-1
View File
@@ -65,7 +65,6 @@ class BSUnassign : public Module
BSUnassign(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(BotServ, new CommandBSUnassign);
}
-1
View File
@@ -604,7 +604,6 @@ class CSAccess : public Module
CSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSAccess());
-1
View File
@@ -567,7 +567,6 @@ class CSAKick : public Module
CSAKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSAKick());
}
-1
View File
@@ -102,7 +102,6 @@ class CSBan : public Module
CSBan(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSBan("BAN"));
this->AddCommand(ChanServ, new CommandCSBan("KB"));
-1
View File
@@ -170,7 +170,6 @@ class CSClear : public Module
CSClear(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSClear());
}
-1
View File
@@ -108,7 +108,6 @@ class CSDrop : public Module
CSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSDrop());
}
-1
View File
@@ -121,7 +121,6 @@ class CSForbid : public Module
CSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSForbid());
}
-1
View File
@@ -67,7 +67,6 @@ class CSGetKey : public Module
CSGetKey(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSGetKey());
}
-1
View File
@@ -64,7 +64,6 @@ class CSHelp : public Module
CSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSHelp());
}
-1
View File
@@ -163,7 +163,6 @@ class CSInfo : public Module
CSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSInfo());
}
-1
View File
@@ -86,7 +86,6 @@ class CSInvite : public Module
CSInvite(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSInvite());
}
-1
View File
@@ -88,7 +88,6 @@ class CSKick : public Module
CSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSKick("KICK"));
this->AddCommand(ChanServ, new CommandCSKick("K"));
-1
View File
@@ -168,7 +168,6 @@ public:
CSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSList());
}
-1
View File
@@ -402,7 +402,6 @@ class CSModes : public Module
CSModes(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSOp());
-1
View File
@@ -122,7 +122,6 @@ class CSRegister : public Module
CSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSRegister());
-1
View File
@@ -113,7 +113,6 @@ class CSSASet : public Module
CSSASet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSSASet("SASET"));
-1
View File
@@ -64,7 +64,6 @@ class CSSetNoexpire : public Module
CSSetNoexpire(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SASET");
-1
View File
@@ -118,7 +118,6 @@ class CSSet : public Module
CSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSSet("SET"));
-1
View File
@@ -84,7 +84,6 @@ class CSSetBanType : public Module
CSSetBanType(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -78,7 +78,6 @@ class CSSetDescription : public Module
CSSetDescription(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -85,7 +85,6 @@ class CSSetEMail : public Module
CSSetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -85,7 +85,6 @@ class CSSetEntryMsg : public Module
CSSetEntryMsg(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -112,7 +112,6 @@ class CSSetFounder : public Module
CSSetFounder(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetKeepTopic : public Module
CSSetKeepTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -156,7 +156,6 @@ class CSSetMLock : public Module
CSSetMLock(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetOpNotice : public Module
CSSetOpNotice(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetPeace : public Module
CSSetPeace(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -128,7 +128,6 @@ class CSSetPersist : public Module
CSSetPersist(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetPrivate : public Module
CSSetPrivate(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -86,7 +86,6 @@ class CSSetRestricted : public Module
CSSetRestricted(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetSecure : public Module
CSSetSecure(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -89,7 +89,6 @@ class CSSetSecureFounder : public Module
CSSetSecureFounder(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetSecureOps : public Module
CSSetSecureOps(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -91,7 +91,6 @@ class CSSetSignKick : public Module
CSSetSignKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -114,7 +114,6 @@ class CSSetSuccessor : public Module
CSSetSuccessor(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -83,7 +83,6 @@ class CSSetTopicLock : public Module
CSSetTopicLock(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -85,7 +85,6 @@ class CSSetURL : public Module
CSSetURL(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -121,7 +121,6 @@ class CSSetXOP : public Module
CSSetXOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = FindCommand(ChanServ, "SET");
-1
View File
@@ -67,7 +67,6 @@ class CSStatus : public Module
CSStatus(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
}
};
-1
View File
@@ -185,7 +185,6 @@ class CSSuspend : public Module
CSSuspend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSSuspend());
-1
View File
@@ -89,7 +89,6 @@ class CSTopic : public Module
CSTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSTopic());
-1
View File
@@ -79,7 +79,6 @@ class CSUnban : public Module
CSUnban(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSUnban());
-1
View File
@@ -624,7 +624,6 @@ class CSXOP : public Module
CSXOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(ChanServ, new CommandCSSOP());
-1
View File
@@ -516,7 +516,6 @@ class DBPlain : public Module
DBPlain(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(DATABASE);
Implementation i[] = { I_OnReload, I_OnDatabaseRead, I_OnLoadDatabase, I_OnDatabaseReadMetadata, I_OnSaveDatabase, I_OnModuleLoad };
-1
View File
@@ -318,7 +318,6 @@ class EMD5 : public Module
EMD5(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
-1
View File
@@ -15,7 +15,6 @@ class ENone : public Module
ENone(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
-1
View File
@@ -323,7 +323,6 @@ class EOld : public Module
EOld(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
-1
View File
@@ -171,7 +171,6 @@ class ESHA1 : public Module
ESHA1(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
-1
View File
@@ -251,7 +251,6 @@ class ESHA256 : public Module
ESHA256(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(ENCRYPTION);
ModuleManager::Attach(I_OnEncrypt, this);
-1
View File
@@ -65,7 +65,6 @@ class HSDel : public Module
HSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSDel());
-1
View File
@@ -70,7 +70,6 @@ class HSDelAll : public Module
HSDelAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSDelAll());
-1
View File
@@ -58,7 +58,6 @@ class HSGroup : public Module
HSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSGroup());
-1
View File
@@ -42,7 +42,6 @@ class HSHelp : public Module
HSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSHelp());
-1
View File
@@ -124,7 +124,6 @@ class HSList : public Module
HSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSList());
-1
View File
@@ -54,7 +54,6 @@ class HSOff : public Module
HSOff(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSOff());
-1
View File
@@ -68,7 +68,6 @@ class HSOn : public Module
HSOn(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSOn());
-1
View File
@@ -162,7 +162,6 @@ class HSSet : public Module
HSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSSet());
-1
View File
@@ -160,7 +160,6 @@ class HSSetAll : public Module
HSSetAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(HostServ, new CommandHSSetAll());
-1
View File
@@ -82,7 +82,6 @@ class MSCancel : public Module
MSCancel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSCancel());
}
-1
View File
@@ -98,7 +98,6 @@ class MSCheck : public Module
MSCheck(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSCheck());
}
-1
View File
@@ -165,7 +165,6 @@ class MSDel : public Module
MSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
}
};
-1
View File
@@ -43,7 +43,6 @@ class MSHelp : public Module
MSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSHelp());
}
-1
View File
@@ -211,7 +211,6 @@ class MSInfo : public Module
MSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSInfo());
}
-1
View File
@@ -169,7 +169,6 @@ class MSList : public Module
MSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSList());
}
-1
View File
@@ -154,7 +154,6 @@ class MSRead : public Module
MSRead(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSRead());
}
-1
View File
@@ -82,7 +82,6 @@ class MSRSend : public Module
MSRSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSRSend());
-1
View File
@@ -53,7 +53,6 @@ class MSSend : public Module
MSSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSSend());
}
-1
View File
@@ -69,7 +69,6 @@ class MSSendAll : public Module
MSSendAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSSendAll());
}
-1
View File
@@ -264,7 +264,6 @@ class MSSet : public Module
MSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSSet());
-1
View File
@@ -66,7 +66,6 @@ class MSStaff : public Module
MSStaff(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(MemoServ, new CommandMSStaff());
}
-1
View File
@@ -173,7 +173,6 @@ class NSAccess : public Module
NSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSAccess());
-1
View File
@@ -147,7 +147,6 @@ class NSAList : public Module
NSAList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSAList());
-1
View File
@@ -120,7 +120,6 @@ class NSDrop : public Module
NSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSDrop());
-1
View File
@@ -113,7 +113,6 @@ class NSForbid : public Module
NSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSForbid());
-1
View File
@@ -79,7 +79,6 @@ class NSGetEMail : public Module
NSGetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSGetEMail());
-1
View File
@@ -82,7 +82,6 @@ class NSGetPass : public Module
NSGetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSGetPass());
-1
View File
@@ -95,7 +95,6 @@ class NSGhost : public Module
NSGhost(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSGhost());
-1
View File
@@ -292,7 +292,6 @@ class NSGroup : public Module
NSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSGroup());
-1
View File
@@ -58,7 +58,6 @@ class NSHelp : public Module
NSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSHelp());
-1
View File
@@ -118,7 +118,6 @@ class NSIdentify : public Module
NSIdentify(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSIdentify("IDENTIFY"));
-1
View File
@@ -212,7 +212,6 @@ class NSInfo : public Module
NSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSInfo());
-1
View File
@@ -219,7 +219,6 @@ class NSList : public Module
NSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSList());
-1
View File
@@ -90,7 +90,6 @@ class NSLogout : public Module
NSLogout(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSLogout());
-1
View File
@@ -116,7 +116,6 @@ class NSRecover : public Module
NSRecover(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSRecover());
-1
View File
@@ -380,7 +380,6 @@ class NSRegister : public Module
NSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSRegister());
-1
View File
@@ -98,7 +98,6 @@ class NSRelease : public Module
NSRelease(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSRelease());
-1
View File
@@ -68,7 +68,6 @@ class NSResetPass : public Module
NSResetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
if (!Config.UseMail)
-1
View File
@@ -242,7 +242,6 @@ public:
NSSASet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *c = new CommandNSSASet("SASET");
-1
View File
@@ -75,7 +75,6 @@ class NSSendPass : public Module
NSSendPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
this->AddCommand(NickServ, new CommandNSSendPass());
-1
View File
@@ -226,7 +226,6 @@ class NSSet : public Module
NSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
this->SetAuthor("Anope");
this->SetVersion(VERSION_STRING);
this->SetType(CORE);
Command *set = new CommandNSSet("SET");

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