X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/5503fb6c44ed1218690c16fa48f056e38e572d11..21b22dceca9d89abfa607419c4289b9eacf84a2f:/usercount/usercount.c diff --git a/usercount/usercount.c b/usercount/usercount.c index d0fc405a..02cecb6a 100644 --- a/usercount/usercount.c +++ b/usercount/usercount.c @@ -2,8 +2,11 @@ #include "../nick/nick.h" #include "../core/hooks.h" +#include "../lib/version.h" #include "usercount.h" +MODULE_VERSION("") + int servercount[MAXSERVERS]; static void uc_newserver(int hook, void *arg);