diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-27 11:55:39 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2010-06-27 11:55:39 -0400 |
commit | 9269d20a704bc4e67533b15772a7d72ac742c6bf (patch) | |
tree | 1e052a4630e6d41b8ffb01c68b7c2613443e4e7b /src/core/ns_set_language.cpp | |
parent | 57caa0b53f53927c72811ffffda8bb527975860f (diff) |
The next of a few "CBX OCDing over code style" commits, focusing on src/core/ns_*.
Diffstat (limited to 'src/core/ns_set_language.cpp')
-rw-r--r-- | src/core/ns_set_language.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/ns_set_language.cpp b/src/core/ns_set_language.cpp index a175f91a7..00d4f5864 100644 --- a/src/core/ns_set_language.cpp +++ b/src/core/ns_set_language.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" @@ -116,7 +114,6 @@ class NSSetLanguage : public Module NSSetLanguage(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"); |