]> jfr.im git - irc/quakenet/newserv.git/blobdiff - localuser/localuserstats.c
Add MODULE_VERSION to all default modules.
[irc/quakenet/newserv.git] / localuser / localuserstats.c
index 411434daff7feac71383bcd0ff8d2cbf8e7bcc0a..8d55e39c83ea5dfcab7af7f75b4a663acc24c8f9 100644 (file)
@@ -4,12 +4,15 @@
 #include "../nick/nick.h"
 #include "../irc/irc.h"
 #include "../core/error.h"
+#include "../lib/version.h"
 
 #include <stdarg.h>
 #include <stdio.h>
 #include <assert.h>
 #include <string.h>
 
+MODULE_VERSION("")
+
 int handleserverstats(void *source, int cargc, char **cargv);
 int handleserverstatsend(void *source, int cargc, char **cargv);