core/m_squit: Add AV2 description
This commit is contained in:
parent
51588bbc9f
commit
42c9851a5d
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
||||||
|
|
||||||
static int ms_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
static int ms_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||||
static int mo_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
static int mo_squit(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||||
|
static const char squit_desc[] = "Provides the SQUIT command to cause a server to quit";
|
||||||
|
|
||||||
struct Message squit_msgtab = {
|
struct Message squit_msgtab = {
|
||||||
"SQUIT", 0, 0, 0, 0,
|
"SQUIT", 0, 0, 0, 0,
|
||||||
|
@ -48,7 +49,7 @@ struct Message squit_msgtab = {
|
||||||
|
|
||||||
mapi_clist_av1 squit_clist[] = { &squit_msgtab, NULL };
|
mapi_clist_av1 squit_clist[] = { &squit_msgtab, NULL };
|
||||||
|
|
||||||
DECLARE_MODULE_AV2(squit, NULL, NULL, squit_clist, NULL, NULL, NULL, NULL, NULL);
|
DECLARE_MODULE_AV2(squit, NULL, NULL, squit_clist, NULL, NULL, NULL, NULL, squit_desc);
|
||||||
|
|
||||||
struct squit_parms
|
struct squit_parms
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue