From 4dc7383a2fe264135762af64de45f5127af16364 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Mon, 7 Mar 2016 01:05:02 -0600 Subject: [PATCH] core/m_quit: Add AV2 description --- modules/core/m_quit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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