diff options
Diffstat (limited to 'src/core/bs_bot.c')
-rw-r--r-- | src/core/bs_bot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c index 09463a77b..58ae4898d 100644 --- a/src/core/bs_bot.c +++ b/src/core/bs_bot.c @@ -413,7 +413,7 @@ class BSBot : public Module BSBot(const std::string &modname, const std::string &creator) : Module(modname, creator) { this->SetAuthor("Anope"); - this->SetVersion("$Id$"); + this->SetVersion(VERSION_STRING); this->SetType(CORE); this->AddCommand(BOTSERV, new CommandBSBot()); |