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:
+1
-1
@@ -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());
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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);
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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
@@ -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());
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
@@ -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());
|
||||
}
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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());
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
Reference in New Issue
Block a user