diff --git a/modules/core/m_quit.c b/modules/core/m_quit.c index 472cab9e..4c769129 100644 --- a/modules/core/m_quit.c +++ b/modules/core/m_quit.c @@ -36,6 +36,7 @@ static int m_quit(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static int ms_quit(struct MsgBuf *, struct Client *, struct Client *, int, const char **); +static const char quit_desc[] = "Provides the QUIT command to allow a user to leave the network"; struct Message quit_msgtab = { "QUIT", 0, 0, 0, 0, @@ -44,7 +45,7 @@ struct Message quit_msgtab = { mapi_clist_av1 quit_clist[] = { &quit_msgtab, NULL }; -DECLARE_MODULE_AV2(quit, NULL, NULL, quit_clist, NULL, NULL, NULL, NULL, NULL); +DECLARE_MODULE_AV2(quit, NULL, NULL, quit_clist, NULL, NULL, NULL, NULL, quit_desc); /* ** m_quit