]> jfr.im git - irc/quakenet/newserv.git/blobdiff - trusts/trusts_migration.c
CHANSERV: tell user when they can't attempts to auth any more, and drop max attempts...
[irc/quakenet/newserv.git] / trusts / trusts_migration.c
index 73ec6886331c57ea97a38918da63a5b0f49fde52..b67d1441c0638f1e9ea57b9485adaf4fbb7b1557 100644 (file)
@@ -1,8 +1,11 @@
+#include "../lib/version.h"
 #include "../control/control.h"
 #include "../lib/irc_string.h"
 #include "../core/config.h"
 #include "trusts.h"
 
+MODULE_VERSION("");
+
 int trusts_migration_start(TrustDBMigrationCallback, void *);
 void trusts_migration_stop(void);
 static void registercommands(int, void *);