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