]> jfr.im git - solanum.git/blobdiff - extensions/spy_stats_p_notice.c
Merge pull request #288 from edk0/umode-o-split
[solanum.git] / extensions / spy_stats_p_notice.c
index b5b4524d84bcc621007afb615ee18e3a32a3d638..c068a252e22dc39a70b1bd46250b7e12b2f8855f 100644 (file)
@@ -26,6 +26,8 @@
 #include "ircd.h"
 #include "send.h"
 
+static const char spy_desc[] = "Sends a notice when someone looks at the operator list";
+
 void show_stats_p(hook_data *);
 
 mapi_hfn_list_av1 stats_p_hfnlist[] = {
@@ -33,7 +35,7 @@ mapi_hfn_list_av1 stats_p_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV2(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_stats_p(hook_data *data)