]> jfr.im git - solanum.git/blobdiff - extensions/extb_account.c
Remove Windows support
[solanum.git] / extensions / extb_account.c
index 4f9d3edbc9cec65303d1b127c972cf54a60680b5..82af588993f9a34580f341c731c92539a709a165 100644 (file)
@@ -8,10 +8,11 @@
 #include "client.h"
 #include "ircd.h"
 
+static const char extb_desc[] = "Account ($a) extban type";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_account(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
-static const char extb_desc[] = "Account ($a) extban type";
 
 DECLARE_MODULE_AV2(extb_account, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);