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 5f14d1fc3..c0919835b 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -30,7 +30,7 @@ int AnopeInit(int argc, char **argv) Command *c; moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + moduleAddVersion(VERSION_STRING); moduleSetType(CORE); c = createCommand("BAN", do_ban, NULL, CHAN_HELP_BAN, -1, -1, -1, -1); |