From 0466682f927a7b2045def088196d0bafa4187556 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 7 Mar 2016 01:17:30 -0600 Subject: [PATCH] m_quit: add desc string --- modules/core/m_quit.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/core/m_quit.c b/modules/core/m_quit.c index 472cab9e..402e0235 100644 --- a/modules/core/m_quit.c +++ b/modules/core/m_quit.c @@ -44,7 +44,10 @@ 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); +static const char quit_desc[] = + "Provides the QUIT command for clients and servers"; + +DECLARE_MODULE_AV2(quit, NULL, NULL, quit_clist, NULL, NULL, NULL, NULL, quit_desc); /* ** m_quit