From ac1b809c5f23226812e6c8eb11e616a4b29a764c Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Mon, 7 Mar 2016 00:56:08 -0600 Subject: [PATCH] core/m_kill: Add AV2 description --- modules/core/m_kill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/m_kill.c b/modules/core/m_kill.c index 06bbe9a2..918e80ce 100644 --- a/modules/core/m_kill.c +++ b/modules/core/m_kill.c @@ -45,6 +45,7 @@ static int ms_kill(struct MsgBuf *, struct Client *, struct Client *, int, const static int mo_kill(struct MsgBuf *, struct Client *, struct Client *, int, const char **); static void relay_kill(struct Client *, struct Client *, struct Client *, const char *, const char *); +static const char kill_desc[] = "Provides the KILL command to remove a user from the network"; struct Message kill_msgtab = { "KILL", 0, 0, 0, 0, @@ -58,7 +59,7 @@ mapi_hlist_av1 kill_hlist[] = { { NULL, NULL}, }; -DECLARE_MODULE_AV2(kill, NULL, NULL, kill_clist, kill_hlist, NULL, NULL, NULL, NULL); +DECLARE_MODULE_AV2(kill, NULL, NULL, kill_clist, kill_hlist, NULL, NULL, NULL, kill_desc); /* ** mo_kill