]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts_master.c
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / trusts / trusts_master.c
index dc447aa535c901b60bfdefd92a87c28ebcbc0ff3..521d215166aa08d48b47d3d5a030031ce76431b4 100644 (file)
@@ -5,12 +5,15 @@
 #include "../core/hooks.h"
 #include "../core/config.h"
 #include "../core/error.h"
+#include "../lib/version.h"
 #include "../lib/sha1.h"
 #include "../lib/hmac.h"
 #include "../xsb/xsb.h"
 #include "../control/control.h"
 #include "trusts.h"
 
+MODULE_VERSION("");
+
 static void broadcast(SHA1_CTX *c, unsigned int replicationid, unsigned int lineno, char *command, char *format, ...) {
   char buf[512], buf2[600];
   va_list va;