diff options
| author | Adam <Adam@Anope.org> | 2010-06-25 20:00:21 -0400 |
|---|---|---|
| committer | Adam <Adam@Anope.org> | 2010-06-25 20:00:21 -0400 |
| commit | 03fbc7d281f5039a97c851970dea3cd8cfaefd64 (patch) | |
| tree | c527046a41b97751b1a52ba7046e36337f0d0373 /src/core | |
| parent | cbcead4e89b3dc0dfb236fff9cb3e62b1b0707c0 (diff) | |
Changed the versioning system to use git
Diffstat (limited to 'src/core')
136 files changed, 0 insertions, 136 deletions
diff --git a/src/core/bs_act.cpp b/src/core/bs_act.cpp index 3cf1cb0f9..2b89a67c0 100644 --- a/src/core/bs_act.cpp +++ b/src/core/bs_act.cpp @@ -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()); } diff --git a/src/core/bs_assign.cpp b/src/core/bs_assign.cpp index b6703c04c..0695a7e6d 100644 --- a/src/core/bs_assign.cpp +++ b/src/core/bs_assign.cpp @@ -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); } diff --git a/src/core/bs_badwords.cpp b/src/core/bs_badwords.cpp index d4be661bf..b77607f79 100644 --- a/src/core/bs_badwords.cpp +++ b/src/core/bs_badwords.cpp @@ -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); } diff --git a/src/core/bs_bot.cpp b/src/core/bs_bot.cpp index 2b7cc5cf4..657ac76cd 100644 --- a/src/core/bs_bot.cpp +++ b/src/core/bs_bot.cpp @@ -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()); } diff --git a/src/core/bs_botlist.cpp b/src/core/bs_botlist.cpp index bfc0cfc58..fc24f8437 100644 --- a/src/core/bs_botlist.cpp +++ b/src/core/bs_botlist.cpp @@ -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()); } diff --git a/src/core/bs_help.cpp b/src/core/bs_help.cpp index 3842b8910..694318187 100644 --- a/src/core/bs_help.cpp +++ b/src/core/bs_help.cpp @@ -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()); } diff --git a/src/core/bs_info.cpp b/src/core/bs_info.cpp index 45e650d29..3df82a3a8 100644 --- a/src/core/bs_info.cpp +++ b/src/core/bs_info.cpp @@ -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()); } diff --git a/src/core/bs_kick.cpp b/src/core/bs_kick.cpp index 54781a134..2f2784d93 100644 --- a/src/core/bs_kick.cpp +++ b/src/core/bs_kick.cpp @@ -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()); } diff --git a/src/core/bs_say.cpp b/src/core/bs_say.cpp index 40d48fef2..71eb06fe2 100644 --- a/src/core/bs_say.cpp +++ b/src/core/bs_say.cpp @@ -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()); } diff --git a/src/core/bs_set.cpp b/src/core/bs_set.cpp index 9d89c696c..d6f70352a 100644 --- a/src/core/bs_set.cpp +++ b/src/core/bs_set.cpp @@ -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()); } diff --git a/src/core/bs_unassign.cpp b/src/core/bs_unassign.cpp index cab7e817c..cf6d8d7ab 100644 --- a/src/core/bs_unassign.cpp +++ b/src/core/bs_unassign.cpp @@ -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); } diff --git a/src/core/cs_access.cpp b/src/core/cs_access.cpp index 3ab17a31a..da919c95a 100644 --- a/src/core/cs_access.cpp +++ b/src/core/cs_access.cpp @@ -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()); diff --git a/src/core/cs_akick.cpp b/src/core/cs_akick.cpp index cb9ae7f08..d366304d5 100644 --- a/src/core/cs_akick.cpp +++ b/src/core/cs_akick.cpp @@ -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()); } diff --git a/src/core/cs_ban.cpp b/src/core/cs_ban.cpp index 578ca9868..17fbc1946 100644 --- a/src/core/cs_ban.cpp +++ b/src/core/cs_ban.cpp @@ -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")); diff --git a/src/core/cs_clear.cpp b/src/core/cs_clear.cpp index 088dae741..7cc2631a4 100644 --- a/src/core/cs_clear.cpp +++ b/src/core/cs_clear.cpp @@ -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()); } diff --git a/src/core/cs_drop.cpp b/src/core/cs_drop.cpp index cb54ab274..98daaee4f 100644 --- a/src/core/cs_drop.cpp +++ b/src/core/cs_drop.cpp @@ -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()); } diff --git a/src/core/cs_forbid.cpp b/src/core/cs_forbid.cpp index e1717548b..a4e62eef7 100644 --- a/src/core/cs_forbid.cpp +++ b/src/core/cs_forbid.cpp @@ -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()); } diff --git a/src/core/cs_getkey.cpp b/src/core/cs_getkey.cpp index 5c92d1d70..dc2f74655 100644 --- a/src/core/cs_getkey.cpp +++ b/src/core/cs_getkey.cpp @@ -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()); } diff --git a/src/core/cs_help.cpp b/src/core/cs_help.cpp index e7c352644..f655752e6 100644 --- a/src/core/cs_help.cpp +++ b/src/core/cs_help.cpp @@ -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()); } diff --git a/src/core/cs_info.cpp b/src/core/cs_info.cpp index 8ff54de67..c437d4a15 100644 --- a/src/core/cs_info.cpp +++ b/src/core/cs_info.cpp @@ -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()); } diff --git a/src/core/cs_invite.cpp b/src/core/cs_invite.cpp index c8b1f15e2..48425e387 100644 --- a/src/core/cs_invite.cpp +++ b/src/core/cs_invite.cpp @@ -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()); } diff --git a/src/core/cs_kick.cpp b/src/core/cs_kick.cpp index 70c3114a3..9aa4d30f6 100644 --- a/src/core/cs_kick.cpp +++ b/src/core/cs_kick.cpp @@ -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")); diff --git a/src/core/cs_list.cpp b/src/core/cs_list.cpp index 0fc272e46..5d7547499 100644 --- a/src/core/cs_list.cpp +++ b/src/core/cs_list.cpp @@ -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()); } diff --git a/src/core/cs_modes.cpp b/src/core/cs_modes.cpp index 343f96ddf..dce79f50d 100644 --- a/src/core/cs_modes.cpp +++ b/src/core/cs_modes.cpp @@ -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()); diff --git a/src/core/cs_register.cpp b/src/core/cs_register.cpp index 38aced195..7bc146409 100644 --- a/src/core/cs_register.cpp +++ b/src/core/cs_register.cpp @@ -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()); diff --git a/src/core/cs_saset.cpp b/src/core/cs_saset.cpp index 02a44e974..161bf6f7c 100644 --- a/src/core/cs_saset.cpp +++ b/src/core/cs_saset.cpp @@ -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")); diff --git a/src/core/cs_saset_noexpire.cpp b/src/core/cs_saset_noexpire.cpp index c73bcf7b8..bbed7f014 100644 --- a/src/core/cs_saset_noexpire.cpp +++ b/src/core/cs_saset_noexpire.cpp @@ -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"); diff --git a/src/core/cs_set.cpp b/src/core/cs_set.cpp index 5f7d2da83..c9331e6a3 100644 --- a/src/core/cs_set.cpp +++ b/src/core/cs_set.cpp @@ -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")); diff --git a/src/core/cs_set_bantype.cpp b/src/core/cs_set_bantype.cpp index 7095ad717..aad7841e6 100644 --- a/src/core/cs_set_bantype.cpp +++ b/src/core/cs_set_bantype.cpp @@ -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"); diff --git a/src/core/cs_set_description.cpp b/src/core/cs_set_description.cpp index b4b99cde0..57209ce2e 100644 --- a/src/core/cs_set_description.cpp +++ b/src/core/cs_set_description.cpp @@ -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"); diff --git a/src/core/cs_set_email.cpp b/src/core/cs_set_email.cpp index 98253999b..61bd4ee76 100644 --- a/src/core/cs_set_email.cpp +++ b/src/core/cs_set_email.cpp @@ -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"); diff --git a/src/core/cs_set_entrymsg.cpp b/src/core/cs_set_entrymsg.cpp index 651f68271..cddcff36b 100644 --- a/src/core/cs_set_entrymsg.cpp +++ b/src/core/cs_set_entrymsg.cpp @@ -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"); diff --git a/src/core/cs_set_founder.cpp b/src/core/cs_set_founder.cpp index d835e7fea..35422755e 100644 --- a/src/core/cs_set_founder.cpp +++ b/src/core/cs_set_founder.cpp @@ -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"); diff --git a/src/core/cs_set_keeptopic.cpp b/src/core/cs_set_keeptopic.cpp index 5fa154fd2..10595373f 100644 --- a/src/core/cs_set_keeptopic.cpp +++ b/src/core/cs_set_keeptopic.cpp @@ -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"); diff --git a/src/core/cs_set_mlock.cpp b/src/core/cs_set_mlock.cpp index 291bd8925..5a31a8565 100644 --- a/src/core/cs_set_mlock.cpp +++ b/src/core/cs_set_mlock.cpp @@ -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"); diff --git a/src/core/cs_set_opnotice.cpp b/src/core/cs_set_opnotice.cpp index eb7259d8a..79e953ef2 100644 --- a/src/core/cs_set_opnotice.cpp +++ b/src/core/cs_set_opnotice.cpp @@ -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"); diff --git a/src/core/cs_set_peace.cpp b/src/core/cs_set_peace.cpp index f0eef7c29..3dadcb5e3 100644 --- a/src/core/cs_set_peace.cpp +++ b/src/core/cs_set_peace.cpp @@ -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"); diff --git a/src/core/cs_set_persist.cpp b/src/core/cs_set_persist.cpp index c3f3c16d0..c32603104 100644 --- a/src/core/cs_set_persist.cpp +++ b/src/core/cs_set_persist.cpp @@ -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"); diff --git a/src/core/cs_set_private.cpp b/src/core/cs_set_private.cpp index edbd6b036..ed618c6ca 100644 --- a/src/core/cs_set_private.cpp +++ b/src/core/cs_set_private.cpp @@ -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"); diff --git a/src/core/cs_set_restricted.cpp b/src/core/cs_set_restricted.cpp index b2b06dcff..5d9537443 100644 --- a/src/core/cs_set_restricted.cpp +++ b/src/core/cs_set_restricted.cpp @@ -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"); diff --git a/src/core/cs_set_secure.cpp b/src/core/cs_set_secure.cpp index a20aa72ff..d5f26fcba 100644 --- a/src/core/cs_set_secure.cpp +++ b/src/core/cs_set_secure.cpp @@ -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"); diff --git a/src/core/cs_set_securefounder.cpp b/src/core/cs_set_securefounder.cpp index 710a5a613..cda7deef8 100644 --- a/src/core/cs_set_securefounder.cpp +++ b/src/core/cs_set_securefounder.cpp @@ -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"); diff --git a/src/core/cs_set_secureops.cpp b/src/core/cs_set_secureops.cpp index 4d7df341e..8409018d2 100644 --- a/src/core/cs_set_secureops.cpp +++ b/src/core/cs_set_secureops.cpp @@ -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"); diff --git a/src/core/cs_set_signkick.cpp b/src/core/cs_set_signkick.cpp index fa8105bb1..b792ec9c9 100644 --- a/src/core/cs_set_signkick.cpp +++ b/src/core/cs_set_signkick.cpp @@ -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"); diff --git a/src/core/cs_set_successor.cpp b/src/core/cs_set_successor.cpp index 9beb4ee51..f5517b8a9 100644 --- a/src/core/cs_set_successor.cpp +++ b/src/core/cs_set_successor.cpp @@ -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"); diff --git a/src/core/cs_set_topiclock.cpp b/src/core/cs_set_topiclock.cpp index 4ea832020..5e89862f6 100644 --- a/src/core/cs_set_topiclock.cpp +++ b/src/core/cs_set_topiclock.cpp @@ -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"); diff --git a/src/core/cs_set_url.cpp b/src/core/cs_set_url.cpp index 26f6decee..878cc9562 100644 --- a/src/core/cs_set_url.cpp +++ b/src/core/cs_set_url.cpp @@ -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"); diff --git a/src/core/cs_set_xop.cpp b/src/core/cs_set_xop.cpp index 05e050837..854989fba 100644 --- a/src/core/cs_set_xop.cpp +++ b/src/core/cs_set_xop.cpp @@ -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"); diff --git a/src/core/cs_status.cpp b/src/core/cs_status.cpp index 498f9b2b5..31dab055c 100644 --- a/src/core/cs_status.cpp +++ b/src/core/cs_status.cpp @@ -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); } }; diff --git a/src/core/cs_suspend.cpp b/src/core/cs_suspend.cpp index 486c210df..8878e5552 100644 --- a/src/core/cs_suspend.cpp +++ b/src/core/cs_suspend.cpp @@ -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()); diff --git a/src/core/cs_topic.cpp b/src/core/cs_topic.cpp index 6030c6a9b..f267ee436 100644 --- a/src/core/cs_topic.cpp +++ b/src/core/cs_topic.cpp @@ -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()); diff --git a/src/core/cs_unban.cpp b/src/core/cs_unban.cpp index 23d530c52..9085d46a1 100644 --- a/src/core/cs_unban.cpp +++ b/src/core/cs_unban.cpp @@ -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()); diff --git a/src/core/cs_xop.cpp b/src/core/cs_xop.cpp index 5a3757035..8e63b61e9 100644 --- a/src/core/cs_xop.cpp +++ b/src/core/cs_xop.cpp @@ -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()); diff --git a/src/core/db_plain.cpp b/src/core/db_plain.cpp index 151cb3c4a..cf41ea104 100644 --- a/src/core/db_plain.cpp +++ b/src/core/db_plain.cpp @@ -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 }; diff --git a/src/core/enc_md5.cpp b/src/core/enc_md5.cpp index 87daea319..5644cf869 100644 --- a/src/core/enc_md5.cpp +++ b/src/core/enc_md5.cpp @@ -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); diff --git a/src/core/enc_none.cpp b/src/core/enc_none.cpp index 3cbd93060..9e618baed 100644 --- a/src/core/enc_none.cpp +++ b/src/core/enc_none.cpp @@ -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); diff --git a/src/core/enc_old.cpp b/src/core/enc_old.cpp index 2e1b57e10..af4613699 100644 --- a/src/core/enc_old.cpp +++ b/src/core/enc_old.cpp @@ -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); diff --git a/src/core/enc_sha1.cpp b/src/core/enc_sha1.cpp index 1668811d7..180a8b58d 100644 --- a/src/core/enc_sha1.cpp +++ b/src/core/enc_sha1.cpp @@ -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); diff --git a/src/core/enc_sha256.cpp b/src/core/enc_sha256.cpp index f47aa6a4d..bef38fb1d 100644 --- a/src/core/enc_sha256.cpp +++ b/src/core/enc_sha256.cpp @@ -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); diff --git a/src/core/hs_del.cpp b/src/core/hs_del.cpp index e86db7e81..e6561e1bd 100644 --- a/src/core/hs_del.cpp +++ b/src/core/hs_del.cpp @@ -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()); diff --git a/src/core/hs_delall.cpp b/src/core/hs_delall.cpp index 97a09a073..9e481a922 100644 --- a/src/core/hs_delall.cpp +++ b/src/core/hs_delall.cpp @@ -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()); diff --git a/src/core/hs_group.cpp b/src/core/hs_group.cpp index d71c4088d..8171486d1 100644 --- a/src/core/hs_group.cpp +++ b/src/core/hs_group.cpp @@ -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()); diff --git a/src/core/hs_help.cpp b/src/core/hs_help.cpp index 5cc7e5129..34bda9cfe 100644 --- a/src/core/hs_help.cpp +++ b/src/core/hs_help.cpp @@ -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()); diff --git a/src/core/hs_list.cpp b/src/core/hs_list.cpp index d92822b63..a57d18226 100644 --- a/src/core/hs_list.cpp +++ b/src/core/hs_list.cpp @@ -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()); diff --git a/src/core/hs_off.cpp b/src/core/hs_off.cpp index 0a483e2a4..249401bba 100644 --- a/src/core/hs_off.cpp +++ b/src/core/hs_off.cpp @@ -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()); diff --git a/src/core/hs_on.cpp b/src/core/hs_on.cpp index 4fd415ead..4082bde31 100644 --- a/src/core/hs_on.cpp +++ b/src/core/hs_on.cpp @@ -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()); diff --git a/src/core/hs_set.cpp b/src/core/hs_set.cpp index 3aeb5c6be..4e612f1c0 100644 --- a/src/core/hs_set.cpp +++ b/src/core/hs_set.cpp @@ -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()); diff --git a/src/core/hs_setall.cpp b/src/core/hs_setall.cpp index 88a47dc9a..137e5bd64 100644 --- a/src/core/hs_setall.cpp +++ b/src/core/hs_setall.cpp @@ -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()); diff --git a/src/core/ms_cancel.cpp b/src/core/ms_cancel.cpp index 4528134fa..7a9c3c674 100644 --- a/src/core/ms_cancel.cpp +++ b/src/core/ms_cancel.cpp @@ -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()); } diff --git a/src/core/ms_check.cpp b/src/core/ms_check.cpp index 87d4a4417..dc82cd7ce 100644 --- a/src/core/ms_check.cpp +++ b/src/core/ms_check.cpp @@ -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()); } diff --git a/src/core/ms_del.cpp b/src/core/ms_del.cpp index e10b7f3fb..765745b6f 100644 --- a/src/core/ms_del.cpp +++ b/src/core/ms_del.cpp @@ -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); } }; diff --git a/src/core/ms_help.cpp b/src/core/ms_help.cpp index 2aa837d64..f2981c9db 100644 --- a/src/core/ms_help.cpp +++ b/src/core/ms_help.cpp @@ -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()); } diff --git a/src/core/ms_info.cpp b/src/core/ms_info.cpp index 81650d584..2351b8eba 100644 --- a/src/core/ms_info.cpp +++ b/src/core/ms_info.cpp @@ -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()); } diff --git a/src/core/ms_list.cpp b/src/core/ms_list.cpp index 088fcdb12..39e1da002 100644 --- a/src/core/ms_list.cpp +++ b/src/core/ms_list.cpp @@ -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()); } diff --git a/src/core/ms_read.cpp b/src/core/ms_read.cpp index 9553127af..17292517f 100644 --- a/src/core/ms_read.cpp +++ b/src/core/ms_read.cpp @@ -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()); } diff --git a/src/core/ms_rsend.cpp b/src/core/ms_rsend.cpp index 5ad43ac49..28ab5c6fb 100644 --- a/src/core/ms_rsend.cpp +++ b/src/core/ms_rsend.cpp @@ -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()); diff --git a/src/core/ms_send.cpp b/src/core/ms_send.cpp index 71479924c..f41280660 100644 --- a/src/core/ms_send.cpp +++ b/src/core/ms_send.cpp @@ -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()); } diff --git a/src/core/ms_sendall.cpp b/src/core/ms_sendall.cpp index 9150152df..8aef11541 100644 --- a/src/core/ms_sendall.cpp +++ b/src/core/ms_sendall.cpp @@ -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()); } diff --git a/src/core/ms_set.cpp b/src/core/ms_set.cpp index d915d7856..f425c43cc 100644 --- a/src/core/ms_set.cpp +++ b/src/core/ms_set.cpp @@ -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()); diff --git a/src/core/ms_staff.cpp b/src/core/ms_staff.cpp index 3d2877e44..36ba50243 100644 --- a/src/core/ms_staff.cpp +++ b/src/core/ms_staff.cpp @@ -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()); } diff --git a/src/core/ns_access.cpp b/src/core/ns_access.cpp index c578e6095..e0549172e 100644 --- a/src/core/ns_access.cpp +++ b/src/core/ns_access.cpp @@ -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()); diff --git a/src/core/ns_alist.cpp b/src/core/ns_alist.cpp index a904fe9b0..ddbb6c1db 100644 --- a/src/core/ns_alist.cpp +++ b/src/core/ns_alist.cpp @@ -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()); diff --git a/src/core/ns_drop.cpp b/src/core/ns_drop.cpp index 7383706d9..f5e52c575 100644 --- a/src/core/ns_drop.cpp +++ b/src/core/ns_drop.cpp @@ -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()); diff --git a/src/core/ns_forbid.cpp b/src/core/ns_forbid.cpp index 61a28e552..ff54de4c3 100644 --- a/src/core/ns_forbid.cpp +++ b/src/core/ns_forbid.cpp @@ -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()); diff --git a/src/core/ns_getemail.cpp b/src/core/ns_getemail.cpp index c0a2980c5..01dff2cfa 100644 --- a/src/core/ns_getemail.cpp +++ b/src/core/ns_getemail.cpp @@ -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()); diff --git a/src/core/ns_getpass.cpp b/src/core/ns_getpass.cpp index cda008967..98170b7ac 100644 --- a/src/core/ns_getpass.cpp +++ b/src/core/ns_getpass.cpp @@ -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()); diff --git a/src/core/ns_ghost.cpp b/src/core/ns_ghost.cpp index 1ae0a1946..3f1ae6897 100644 --- a/src/core/ns_ghost.cpp +++ b/src/core/ns_ghost.cpp @@ -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()); diff --git a/src/core/ns_group.cpp b/src/core/ns_group.cpp index cc5da7860..bf9371f75 100644 --- a/src/core/ns_group.cpp +++ b/src/core/ns_group.cpp @@ -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()); diff --git a/src/core/ns_help.cpp b/src/core/ns_help.cpp index a9b40592f..b212d5498 100644 --- a/src/core/ns_help.cpp +++ b/src/core/ns_help.cpp @@ -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()); diff --git a/src/core/ns_identify.cpp b/src/core/ns_identify.cpp index 2f02cac81..b749358ac 100644 --- a/src/core/ns_identify.cpp +++ b/src/core/ns_identify.cpp @@ -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")); diff --git a/src/core/ns_info.cpp b/src/core/ns_info.cpp index e5a4d5e9e..72bb59d94 100644 --- a/src/core/ns_info.cpp +++ b/src/core/ns_info.cpp @@ -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()); diff --git a/src/core/ns_list.cpp b/src/core/ns_list.cpp index 7b9419a14..b0a2663c0 100644 --- a/src/core/ns_list.cpp +++ b/src/core/ns_list.cpp @@ -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()); diff --git a/src/core/ns_logout.cpp b/src/core/ns_logout.cpp index c3d5696f2..860e60c36 100644 --- a/src/core/ns_logout.cpp +++ b/src/core/ns_logout.cpp @@ -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()); diff --git a/src/core/ns_recover.cpp b/src/core/ns_recover.cpp index 501c06642..da6d4381f 100644 --- a/src/core/ns_recover.cpp +++ b/src/core/ns_recover.cpp @@ -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()); diff --git a/src/core/ns_register.cpp b/src/core/ns_register.cpp index 26b8976b1..ece85a9be 100644 --- a/src/core/ns_register.cpp +++ b/src/core/ns_register.cpp @@ -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()); diff --git a/src/core/ns_release.cpp b/src/core/ns_release.cpp index 7efcdae88..e01fa3efb 100644 --- a/src/core/ns_release.cpp +++ b/src/core/ns_release.cpp @@ -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()); diff --git a/src/core/ns_resetpass.cpp b/src/core/ns_resetpass.cpp index be14caa08..9dfd56603 100644 --- a/src/core/ns_resetpass.cpp +++ b/src/core/ns_resetpass.cpp @@ -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) diff --git a/src/core/ns_saset.cpp b/src/core/ns_saset.cpp index ccc6be928..7d487c1fa 100644 --- a/src/core/ns_saset.cpp +++ b/src/core/ns_saset.cpp @@ -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"); diff --git a/src/core/ns_sendpass.cpp b/src/core/ns_sendpass.cpp index 6d4358f06..0708f5f24 100644 --- a/src/core/ns_sendpass.cpp +++ b/src/core/ns_sendpass.cpp @@ -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()); diff --git a/src/core/ns_set.cpp b/src/core/ns_set.cpp index ecb1355c3..af3cd7a7f 100644 --- a/src/core/ns_set.cpp +++ b/src/core/ns_set.cpp @@ -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"); diff --git a/src/core/ns_status.cpp b/src/core/ns_status.cpp index 9695dd4fd..df6785902 100644 --- a/src/core/ns_status.cpp +++ b/src/core/ns_status.cpp @@ -69,7 +69,6 @@ class NSStatus : public Module NSStatus(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 CommandNSStatus()); diff --git a/src/core/ns_suspend.cpp b/src/core/ns_suspend.cpp index ef147551a..67d47f8a5 100644 --- a/src/core/ns_suspend.cpp +++ b/src/core/ns_suspend.cpp @@ -190,7 +190,6 @@ class NSSuspend : public Module NSSuspend(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 CommandNSSuspend()); diff --git a/src/core/ns_update.cpp b/src/core/ns_update.cpp index 4ed3b5b77..271784202 100644 --- a/src/core/ns_update.cpp +++ b/src/core/ns_update.cpp @@ -59,7 +59,6 @@ class NSUpdate : public Module NSUpdate(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 CommandNSUpdate()); } diff --git a/src/core/os_akill.cpp b/src/core/os_akill.cpp index fd840cd5c..06be20d1b 100644 --- a/src/core/os_akill.cpp +++ b/src/core/os_akill.cpp @@ -393,7 +393,6 @@ class OSAKill : public Module OSAKill(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSAKill()); } diff --git a/src/core/os_chankill.cpp b/src/core/os_chankill.cpp index 033bf380d..8a22fa256 100644 --- a/src/core/os_chankill.cpp +++ b/src/core/os_chankill.cpp @@ -109,7 +109,6 @@ class OSChanKill : public Module OSChanKill(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSChanKill()); diff --git a/src/core/os_chanlist.cpp b/src/core/os_chanlist.cpp index eb8c32e6a..e48cd2b9c 100644 --- a/src/core/os_chanlist.cpp +++ b/src/core/os_chanlist.cpp @@ -99,7 +99,6 @@ class OSChanList : public Module OSChanList(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSChanList()); diff --git a/src/core/os_clearmodes.cpp b/src/core/os_clearmodes.cpp index b5ebba938..f3d6223ea 100644 --- a/src/core/os_clearmodes.cpp +++ b/src/core/os_clearmodes.cpp @@ -179,7 +179,6 @@ class OSClearModes : public Module OSClearModes(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSClearModes()); diff --git a/src/core/os_defcon.cpp b/src/core/os_defcon.cpp index caf2836fe..de3c6b030 100644 --- a/src/core/os_defcon.cpp +++ b/src/core/os_defcon.cpp @@ -138,7 +138,6 @@ class OSDEFCON : public Module OSDEFCON(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); if (!Config.DefConLevel) diff --git a/src/core/os_global.cpp b/src/core/os_global.cpp index df62f753f..afa040be8 100644 --- a/src/core/os_global.cpp +++ b/src/core/os_global.cpp @@ -54,7 +54,6 @@ class OSGlobal : public Module OSGlobal(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSGlobal()); diff --git a/src/core/os_help.cpp b/src/core/os_help.cpp index d6f9001b4..433d673c7 100644 --- a/src/core/os_help.cpp +++ b/src/core/os_help.cpp @@ -42,7 +42,6 @@ class OSHelp : public Module OSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSHelp()); } diff --git a/src/core/os_ignore.cpp b/src/core/os_ignore.cpp index f852a36b8..cbee6e3fb 100644 --- a/src/core/os_ignore.cpp +++ b/src/core/os_ignore.cpp @@ -140,7 +140,6 @@ class OSIgnore : public Module OSIgnore(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSIgnore()); diff --git a/src/core/os_jupe.cpp b/src/core/os_jupe.cpp index 7fedb968c..cce908949 100644 --- a/src/core/os_jupe.cpp +++ b/src/core/os_jupe.cpp @@ -70,7 +70,6 @@ class OSJupe : public Module OSJupe(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSJupe()); diff --git a/src/core/os_kick.cpp b/src/core/os_kick.cpp index f4fb4f7e5..e05764a09 100644 --- a/src/core/os_kick.cpp +++ b/src/core/os_kick.cpp @@ -72,7 +72,6 @@ class OSKick : public Module OSKick(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSKick()); diff --git a/src/core/os_mode.cpp b/src/core/os_mode.cpp index 1f9396169..139ef8edf 100644 --- a/src/core/os_mode.cpp +++ b/src/core/os_mode.cpp @@ -63,7 +63,6 @@ class OSMode : public Module OSMode(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSMode()); diff --git a/src/core/os_modinfo.cpp b/src/core/os_modinfo.cpp index 055d2a136..e867713f8 100644 --- a/src/core/os_modinfo.cpp +++ b/src/core/os_modinfo.cpp @@ -72,7 +72,6 @@ class OSModInfo : public Module OSModInfo(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSModInfo()); } diff --git a/src/core/os_modlist.cpp b/src/core/os_modlist.cpp index 3ebaed08e..114327aaa 100644 --- a/src/core/os_modlist.cpp +++ b/src/core/os_modlist.cpp @@ -200,7 +200,6 @@ class OSModList : public Module OSModList(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSModList()); diff --git a/src/core/os_modload.cpp b/src/core/os_modload.cpp index 9265c8e72..7134aae9f 100644 --- a/src/core/os_modload.cpp +++ b/src/core/os_modload.cpp @@ -64,7 +64,6 @@ class OSModLoad : public Module OSModLoad(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->SetPermanent(true); diff --git a/src/core/os_modunload.cpp b/src/core/os_modunload.cpp index 77ef413ca..12dce4300 100644 --- a/src/core/os_modunload.cpp +++ b/src/core/os_modunload.cpp @@ -66,7 +66,6 @@ class OSModUnLoad : public Module OSModUnLoad(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->SetPermanent(true); diff --git a/src/core/os_news.cpp b/src/core/os_news.cpp index 7be0bc5f7..3626d4e02 100644 --- a/src/core/os_news.cpp +++ b/src/core/os_news.cpp @@ -410,7 +410,6 @@ class OSNews : public Module OSNews(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSLogonNews()); diff --git a/src/core/os_noop.cpp b/src/core/os_noop.cpp index 270373f0c..f6269592a 100644 --- a/src/core/os_noop.cpp +++ b/src/core/os_noop.cpp @@ -81,7 +81,6 @@ class OSNOOP : public Module OSNOOP(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSNOOP()); diff --git a/src/core/os_oline.cpp b/src/core/os_oline.cpp index d0ee5ea96..49d9ed8af 100644 --- a/src/core/os_oline.cpp +++ b/src/core/os_oline.cpp @@ -72,7 +72,6 @@ class OSOLine : public Module OSOLine(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSOLine()); diff --git a/src/core/os_quit.cpp b/src/core/os_quit.cpp index 41703c1b7..9c3e56bc6 100644 --- a/src/core/os_quit.cpp +++ b/src/core/os_quit.cpp @@ -54,7 +54,6 @@ class OSQuit : public Module OSQuit(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSQuit()); diff --git a/src/core/os_reload.cpp b/src/core/os_reload.cpp index 07fffa94f..4bad807e5 100644 --- a/src/core/os_reload.cpp +++ b/src/core/os_reload.cpp @@ -56,7 +56,6 @@ class OSReload : public Module OSReload(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSReload()); diff --git a/src/core/os_restart.cpp b/src/core/os_restart.cpp index efb5bdada..bf08fbbcb 100644 --- a/src/core/os_restart.cpp +++ b/src/core/os_restart.cpp @@ -54,7 +54,6 @@ class OSRestart : public Module OSRestart(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSRestart()); } diff --git a/src/core/os_session.cpp b/src/core/os_session.cpp index 34d34fcc4..798ca4021 100644 --- a/src/core/os_session.cpp +++ b/src/core/os_session.cpp @@ -497,7 +497,6 @@ class OSSession : public Module OSSession(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSSession()); diff --git a/src/core/os_set.cpp b/src/core/os_set.cpp index d51a13bd6..9a84d1e05 100644 --- a/src/core/os_set.cpp +++ b/src/core/os_set.cpp @@ -300,7 +300,6 @@ class OSSet : public Module OSSet(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSSet()); diff --git a/src/core/os_shutdown.cpp b/src/core/os_shutdown.cpp index 772457602..73e6b1bba 100644 --- a/src/core/os_shutdown.cpp +++ b/src/core/os_shutdown.cpp @@ -54,7 +54,6 @@ class OSShutdown : public Module OSShutdown(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSShutdown()); diff --git a/src/core/os_sqline.cpp b/src/core/os_sqline.cpp index 37f22b14a..6961140f3 100644 --- a/src/core/os_sqline.cpp +++ b/src/core/os_sqline.cpp @@ -393,7 +393,6 @@ class OSSQLine : public Module OSSQLine(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSSQLine()); diff --git a/src/core/os_staff.cpp b/src/core/os_staff.cpp index 842791187..7955367a7 100644 --- a/src/core/os_staff.cpp +++ b/src/core/os_staff.cpp @@ -76,7 +76,6 @@ class OSStaff : public Module OSStaff(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSStaff()); diff --git a/src/core/os_stats.cpp b/src/core/os_stats.cpp index 5b993ad8f..05968540a 100644 --- a/src/core/os_stats.cpp +++ b/src/core/os_stats.cpp @@ -306,7 +306,6 @@ class OSStats : public Module OSStats(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSStats()); diff --git a/src/core/os_svsnick.cpp b/src/core/os_svsnick.cpp index d3b0a5eaa..c12f87a78 100644 --- a/src/core/os_svsnick.cpp +++ b/src/core/os_svsnick.cpp @@ -90,7 +90,6 @@ class OSSVSNick : public Module OSSVSNick(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSSVSNick()); diff --git a/src/core/os_szline.cpp b/src/core/os_szline.cpp index 2a8b642cd..56674dd97 100644 --- a/src/core/os_szline.cpp +++ b/src/core/os_szline.cpp @@ -391,7 +391,6 @@ class OSSZLine : public Module OSSZLine(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSSZLine()); diff --git a/src/core/os_umode.cpp b/src/core/os_umode.cpp index bfd0e3777..e20c0329f 100644 --- a/src/core/os_umode.cpp +++ b/src/core/os_umode.cpp @@ -75,7 +75,6 @@ class OSUMode : public Module OSUMode(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSUMode()); diff --git a/src/core/os_update.cpp b/src/core/os_update.cpp index 0355db90e..7451d974a 100644 --- a/src/core/os_update.cpp +++ b/src/core/os_update.cpp @@ -46,7 +46,6 @@ class OSUpdate : public Module OSUpdate(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSUpdate()); diff --git a/src/core/os_userlist.cpp b/src/core/os_userlist.cpp index 2a35299fd..c2f9d8f96 100644 --- a/src/core/os_userlist.cpp +++ b/src/core/os_userlist.cpp @@ -102,7 +102,6 @@ class OSUserList : public Module OSUserList(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(OperServ, new CommandOSUserList()); diff --git a/src/core/ss_main.cpp b/src/core/ss_main.cpp index d0578b16d..dc83c6e58 100644 --- a/src/core/ss_main.cpp +++ b/src/core/ss_main.cpp @@ -35,7 +35,6 @@ class SSMain : public Module SSMain(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion(VERSION_STRING); this->SetType(CORE); this->SetPermanent(true); |
