]> 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 d31ecb4473e7858ec117613dbe04fd8959ef1022..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_AV1(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, "$Revision: 498 $");
+DECLARE_MODULE_AV2(stats_p_spy, NULL, NULL, NULL, NULL, stats_p_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_stats_p(hook_data *data)