]> jfr.im git - solanum.git/blobdiff - extensions/ip_cloaking_4.0.c
opm: silly bugfix
[solanum.git] / extensions / ip_cloaking_4.0.c
index a2514ddeb071a0e513e55a79bbbd8e92114c8ef6..011fcc699c9c82b404fffe817d60294fc135171e 100644 (file)
@@ -17,6 +17,8 @@
 #include "s_serv.h"
 #include "numeric.h"
 
+static const char ip_cloaking_desc[] = "New IP cloaking module that uses user mode +x instead of +h";
+
 static int
 _modinit(void)
 {
@@ -43,8 +45,6 @@ mapi_hfn_list_av1 ip_cloaking_hfnlist[] = {
        { NULL, NULL }
 };
 
-static const char ip_cloaking_desc[] = "New IP cloaking module that uses user mode +x instead of +h";
-
 DECLARE_MODULE_AV2(ip_cloaking, _modinit, _moddeinit, NULL, NULL,
                        ip_cloaking_hfnlist, NULL, NULL, ip_cloaking_desc);