mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
core/m_kill: Add AV2 description
This commit is contained in:
parent
33b2b6c1ab
commit
ac1b809c5f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue