core/m_quit: Add AV2 description
This commit is contained in:
parent
25e38006db
commit
4dc7383a2f
1 changed files with 2 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
static int m_quit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
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 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 = {
|
struct Message quit_msgtab = {
|
||||||
"QUIT", 0, 0, 0, 0,
|
"QUIT", 0, 0, 0, 0,
|
||||||
|
@ -44,7 +45,7 @@ struct Message quit_msgtab = {
|
||||||
|
|
||||||
mapi_clist_av1 quit_clist[] = { &quit_msgtab, NULL };
|
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
|
** m_quit
|
||||||
|
|
Loading…
Reference in a new issue