]> jfr.im git - irc/quakenet/newserv.git/blobdiff - whowas/whowas_channels.c
Update README.
[irc/quakenet/newserv.git] / whowas / whowas_channels.c
index d577cd82b89c077cc26b22acf7d4e247bd7d830f..0813bcbbf035dfcf6c1598a80ba2679a322a0efe 100644 (file)
@@ -1,11 +1,14 @@
 #include <string.h>
 #include <assert.h>
+#include "../lib/version.h"
 #include "../nick/nick.h"
 #include "../chanindex/chanindex.h"
 #include "../channel/channel.h"
 #include "../core/hooks.h"
 #include "whowas.h"
 
+MODULE_VERSION("");
+
 static int wwcnext, wwccext;
 
 static void wwc_refchannel(chanindex *cip) {