diff options
Diffstat (limited to 'src/core/cs_ban.c')
-rw-r--r-- | src/core/cs_ban.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_ban.c b/src/core/cs_ban.c index b9d6d7520..9901c1b23 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -103,7 +103,7 @@ class CSBan : public Module CSBan(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(CHANSERV, new CommandCSBan("BAN")); this->AddCommand(CHANSERV, new CommandCSBan("KB")); |