Bump all extensions to AV2

Most do not yet have descriptions, but that's trivial.
This commit is contained in:
Elizabeth Myers 2016-03-06 23:57:10 -06:00
parent 581dad19a4
commit 04f832b778
53 changed files with 53 additions and 53 deletions

View file

@ -15,7 +15,7 @@ static int _modinit(void);
static void _moddeinit(void);
static int eb_canjoin(const char *data, struct Client *client_p, struct Channel *chptr, long mode_type);
DECLARE_MODULE_AV1(extb_canjoin, _modinit, _moddeinit, NULL, NULL, NULL, "$Revision: 1841 $");
DECLARE_MODULE_AV2(extb_canjoin, _modinit, _moddeinit, NULL, NULL, NULL, NULL, NULL, NULL);
static int
_modinit(void)