X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/f1156bf07ae464ce9d53632e899d79ce325533c4..f5ebe640bc2b911d2c4aecc14abce37df75dafa6:/modules/m_motd.c diff --git a/modules/m_motd.c b/modules/m_motd.c index b81c8e98..873825b7 100644 --- a/modules/m_motd.c +++ b/modules/m_motd.c @@ -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 *);