]> jfr.im git - solanum.git/blobdiff - extensions/spy_motd_notice.c
Update news
[solanum.git] / extensions / spy_motd_notice.c
index 51471787a3883c75f173d731274416b979d0da98..1a6c123ed65324976c01b00ebe02f1af01b893b8 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 MOTD";
+
 void show_motd(hook_data *);
 
 mapi_hfn_list_av1 motd_hfnlist[] = {
@@ -33,7 +35,7 @@ mapi_hfn_list_av1 motd_hfnlist[] = {
        {NULL, NULL}
 };
 
-DECLARE_MODULE_AV2(motd_spy, NULL, NULL, NULL, NULL, motd_hfnlist, NULL, NULL, NULL);
+DECLARE_MODULE_AV2(motd_spy, NULL, NULL, NULL, NULL, motd_hfnlist, NULL, NULL, spy_desc);
 
 void
 show_motd(hook_data *data)