]> jfr.im git - solanum.git/commitdiff
core/m_kill: Add AV2 description
authorAndrew Wilcox <redacted>
Mon, 7 Mar 2016 06:56:08 +0000 (00:56 -0600)
committerAndrew Wilcox <redacted>
Mon, 7 Mar 2016 06:56:08 +0000 (00:56 -0600)
modules/core/m_kill.c

index 06bbe9a2ed924dbe29c6d20f6af51cdcd25ccc92..918e80ce1a06866cd4c18caf35a3ac1c5080ed3c 100644 (file)
@@ -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