]> jfr.im git - solanum.git/blobdiff - extensions/spy_info_notice.c
Merge pull request #302 from edk0/sasl-usercloak
[solanum.git] / extensions / spy_info_notice.c
index b23dfab366b3c4e29616f59fcd58b203e0e24435..01d6089585f2fff788cb519a8a1b18dcee0715bf 100644 (file)
@@ -26,6 +26,8 @@
 #include "ircd.h"
 #include "send.h"
 
+static const char spy_desc[] = "Sends a notice when someone uses INFO";
+
 void show_info(hook_data *);
 
 mapi_hfn_list_av1 info_hfnlist[] = {
@@ -33,7 +35,7 @@ mapi_hfn_list_av1 info_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV2(info_spy, NULL, NULL, NULL, NULL, info_hfnlist, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(info_spy, NULL, NULL, NULL, NULL, info_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_info(hook_data *data)