diff options
Diffstat (limited to 'src/core/cs_set.cpp')
-rw-r--r-- | src/core/cs_set.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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")); |