core/m_quit: Add AV2 description

This commit is contained in:
Andrew Wilcox 2016-03-07 01:05:02 -06:00
parent 25e38006db
commit 4dc7383a2f

View file

@ -36,6 +36,7 @@
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 const char quit_desc[] = "Provides the QUIT command to allow a user to leave the network";
struct Message quit_msgtab = {
"QUIT", 0, 0, 0, 0,
@ -44,7 +45,7 @@ struct Message quit_msgtab = {
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