From 42c9851a5ddf7b15cb56ca4bd47bf25850506c8b Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Mon, 7 Mar 2016 01:09:07 -0600 Subject: [PATCH] core/m_squit: Add AV2 description --- modules/core/m_squit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/m_squit.c b/modules/core/m_squit.c index 9c72969d..f5f1b295 100644 --- a/modules/core/m_squit.c +++ b/modules/core/m_squit.c @@ -40,6 +40,7 @@ static int ms_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static int mo_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **); +static const char squit_desc[] = "Provides the SQUIT command to cause a server to quit"; struct Message squit_msgtab = { "SQUIT", 0, 0, 0, 0, @@ -48,7 +49,7 @@ struct Message squit_msgtab = { mapi_clist_av1 squit_clist[] = { &squit_msgtab, NULL }; -DECLARE_MODULE_AV2(squit, NULL, NULL, squit_clist, NULL, NULL, NULL, NULL, NULL); +DECLARE_MODULE_AV2(squit, NULL, NULL, squit_clist, NULL, NULL, NULL, NULL, squit_desc); struct squit_parms {