Migrate remaining modules to AV2

No descriptions yet. :(
This commit is contained in:
Elizabeth Myers 2016-03-07 00:03:39 -06:00
parent 1bb809cb30
commit 105a4985b4
83 changed files with 84 additions and 84 deletions

View file

@ -44,7 +44,7 @@ struct Message user_msgtab = {
};
mapi_clist_av1 user_clist[] = { &user_msgtab, NULL };
DECLARE_MODULE_AV1(user, NULL, NULL, user_clist, NULL, NULL, "$Revision: 3416 $");
DECLARE_MODULE_AV2(user, NULL, NULL, user_clist, NULL, NULL, NULL, NULL, NULL);
static int do_local_user(struct Client *client_p, struct Client *source_p,
const char *username, const char *realname);