modules: Add AV2 descriptions to all m_u* modules

This commit is contained in:
Andrew Wilcox 2016-03-07 02:43:11 -06:00
parent be9c397952
commit 4855e957c5
4 changed files with 12 additions and 4 deletions

View file

@ -31,6 +31,8 @@
#include "send.h"
static int mo_unreject(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
static const char unreject_desc[] =
"Provides the UNREJECT command to remove an IP from the reject cache";
struct Message unreject_msgtab = {
"UNREJECT", 0, 0, 0, 0,
@ -38,7 +40,7 @@ struct Message unreject_msgtab = {
};
mapi_clist_av1 unreject_clist[] = { &unreject_msgtab, NULL };
DECLARE_MODULE_AV2(unreject, NULL, NULL, unreject_clist, NULL, NULL, NULL, NULL, NULL);
DECLARE_MODULE_AV2(unreject, NULL, NULL, unreject_clist, NULL, NULL, NULL, NULL, unreject_desc);
/*
* mo_unreject