diff options
Diffstat (limited to 'src/core/bs_assign.cpp')
-rw-r--r-- | src/core/bs_assign.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bs_assign.cpp b/src/core/bs_assign.cpp index b6703c04c..0695a7e6d 100644 --- a/src/core/bs_assign.cpp +++ b/src/core/bs_assign.cpp @@ -87,7 +87,6 @@ class BSAssign : public Module BSAssign(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 CommandBSAssign); } |