diff options
Diffstat (limited to 'src/core/ms_send.c')
-rw-r--r-- | src/core/ms_send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_send.c b/src/core/ms_send.c index 1ccf0a42b..d59446bad 100644 --- a/src/core/ms_send.c +++ b/src/core/ms_send.c @@ -30,7 +30,7 @@ int AnopeInit(int argc, char **argv) moduleAddAuthor("Anope"); moduleAddVersion - ("$Id$"); + (VERSION_STRING); moduleSetType(CORE); c = createCommand("SEND", do_send, NULL, MEMO_HELP_SEND, -1, -1, -1, -1); |