diff options
Diffstat (limited to 'src/core/ns_set_kill.cpp')
-rw-r--r-- | src/core/ns_set_kill.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/ns_set_kill.cpp b/src/core/ns_set_kill.cpp index d9d6caa7c..f996fdb5b 100644 --- a/src/core/ns_set_kill.cpp +++ b/src/core/ns_set_kill.cpp @@ -7,10 +7,8 @@ * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. - * - * $Id$ - * */ + /*************************************************************************/ #include "module.h" @@ -156,7 +154,6 @@ class NSSetKill : public Module NSSetKill(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion("$Id$"); this->SetType(CORE); Command *c = FindCommand(NickServ, "SET"); |