]> jfr.im git - solanum.git/blobdiff - modules/m_motd.c
Add AV2 descriptions to m_[l-m]*
[solanum.git] / modules / m_motd.c
index b81c8e985df6bebe432013ae767d8875a4e63068..873825b73be74416b9dfecc30b526438048ecfcc 100644 (file)
@@ -52,7 +52,9 @@ mapi_hlist_av1 motd_hlist[] = {
        { NULL, NULL }
 };
 
-DECLARE_MODULE_AV2(motd, NULL, NULL, motd_clist, motd_hlist, NULL, NULL, NULL, NULL);
+static const char motd_desc[] = "Provides the MOTD command to view the Message of the Day";
+
+DECLARE_MODULE_AV2(motd, NULL, NULL, motd_clist, motd_hlist, NULL, NULL, NULL, motd_desc);
 
 static void motd_spy(struct Client *);