]> jfr.im git - irc/quakenet/newserv.git/blobdiff - localuser/localuserchannel.c
Sigh
[irc/quakenet/newserv.git] / localuser / localuserchannel.c
index 0198f266ebf640fed8a4d973c1f9707c0a73a0bc..ca2c70a297591ae7334e6c650730bc3f9951be96 100644 (file)
@@ -5,10 +5,14 @@
 #include "../nick/nick.h"
 #include "../channel/channel.h"
 #include "../irc/irc.h"
+#include "../lib/version.h"
 
 #include <stdarg.h>
 #include <stdio.h>
 #include <assert.h>
+#include <string.h>
+
+MODULE_VERSION("$Id: localuserchannel.c 663 2006-05-16 17:27:36Z newserv $")
 
 int handlechannelmsgcmd(void *source, int cargc, char **cargv);
 int handlechannelnoticecmd(void *source, int cargc, char **cargv);