extensions: add AV2 description strings to a few modules

This commit is contained in:
William Pitcock 2016-03-07 00:31:41 -06:00
parent d9e4f6f074
commit c81afd1580
13 changed files with 26 additions and 13 deletions

View file

@ -13,8 +13,9 @@
static int _modinit(void);
static void _moddeinit(void);
static int eb_oper(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
static const char extb_desc[] = "Oper ($o) extban type";
DECLARE_MODULE_AV2(extb_oper, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
DECLARE_MODULE_AV2(extb_oper, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, extb_desc);
static int
_modinit(void)