summaryrefslogtreecommitdiff
path: root/src/core/bs_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_set.cpp')
-rw-r--r--src/core/bs_set.cpp1
1 files changed, 0 insertions, 1 deletions
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());
}