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 bf8fe72d0..c68f202cc 100644
--- a/src/core/cs_kick.c
+++ b/src/core/cs_kick.c
@@ -29,7 +29,7 @@ int AnopeInit(int argc, char **argv)
Command *c;
moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ moduleAddVersion(VERSION_STRING);
moduleSetType(CORE);
c = createCommand("KICK", do_cs_kick, NULL, CHAN_HELP_KICK, -1, -1, -1,