extensions: add AV2 description strings to a few modules
This commit is contained in:
parent
d9e4f6f074
commit
c81afd1580
13 changed files with 26 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue