]> jfr.im git - solanum.git/blobdiff - extensions/sno_globalkline.c
helpops: remove +H if usermode:helpops is lost
[solanum.git] / extensions / sno_globalkline.c
index 630b0607fb3b0080c1cc83ccdd9f185eb1e396ab..0b3285b2a9d02e0b9e612dad9182bd971dc2ef9c 100644 (file)
@@ -15,6 +15,9 @@
 #include "send.h"
 #include "s_conf.h"
 
+static const char sno_desc[] =
+       "Adds server notices for global XLINEs, KLINEs, and DLINEs";
+
 static void h_gla_client_exit(hook_data_client_exit *);
 
 mapi_hfn_list_av1 gla_hfnlist[] = {
@@ -22,7 +25,7 @@ mapi_hfn_list_av1 gla_hfnlist[] = {
        { NULL, NULL }
 };
 
-DECLARE_MODULE_AV2(globallineactive, NULL, NULL, NULL, NULL, gla_hfnlist, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(globallineactive, NULL, NULL, NULL, NULL, gla_hfnlist, NULL, NULL, sno_desc);
 
 static void
 h_gla_client_exit(hook_data_client_exit *hdata)