]> jfr.im git - solanum.git/blobdiff - extensions/extb_extgecos.c
Move m_locops module to extensions.
[solanum.git] / extensions / extb_extgecos.c
index d53c112c2234b61205f5552137809f4ee01b1dc2..7dbf73f1762cdead3deb283b619bc8dccf6d4222 100644 (file)
@@ -9,10 +9,11 @@
 #include "client.h"
 #include "ircd.h"
 
+static const char extb_desc[] = "Extended mask ($x) extban type";
+
 static int _modinit(void);
 static void _moddeinit(void);
 static int eb_extended(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
-static const char extb_desc[] = "Extended mask ($x) extban type";
 
 DECLARE_MODULE_AV2(extb_extended, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);