]> jfr.im git - solanum.git/blobdiff - extensions/ip_cloaking_old.c
helpops: handle cleaning up remote opers from the helpops list
[solanum.git] / extensions / ip_cloaking_old.c
index c0b25ac844f2cdaf6db147aa7d12a5194ffae18e..ca4f9111494e5644b7af3e518fff9c30f628cf47 100644 (file)
@@ -10,7 +10,9 @@
 #include "s_serv.h"
 #include "numeric.h"
 
-/* if you're modifying this module, you'll probably to change this */
+static const char ip_cloaking_desc[] = "Very old IP cloaking mechanism";
+
+/* if you're modifying this module, you'll probably want to change this */
 #define KEY 0x13748cfa
 
 static int
@@ -39,8 +41,8 @@ mapi_hfn_list_av1 ip_cloaking_hfnlist[] = {
        { NULL, NULL }
 };
 
-DECLARE_MODULE_AV1(ip_cloaking, _modinit, _moddeinit, NULL, NULL,
-                       ip_cloaking_hfnlist, "$Revision: 3522 $");
+DECLARE_MODULE_AV2(ip_cloaking, _modinit, _moddeinit, NULL, NULL,
+                       ip_cloaking_hfnlist, NULL, NULL, ip_cloaking_desc);
 
 static void
 distribute_hostchange(struct Client *client_p, char *newhost)