summaryrefslogtreecommitdiff
path: root/src/core/cs_kick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_kick.c')
-rw-r--r--src/core/cs_kick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_kick.c b/src/core/cs_kick.c
index 7524db1bf..9a522c0f9 100644
--- a/src/core/cs_kick.c
+++ b/src/core/cs_kick.c
@@ -88,7 +88,7 @@ class CSKick : public Module
CSKick(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 CommandCSKick("KICK"));
this->AddCommand(CHANSERV, new CommandCSKick("K"));