Oaccept isn't named omode...

This commit is contained in:
B.Greenham 2010-03-09 01:30:42 -05:00
parent 6ba7be152d
commit 7bf7fc16f0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ struct Message oaccept_msgtab = {
mapi_clist_av1 oaccept_clist[] = { &oaccept_msgtab, NULL };
DECLARE_MODULE_AV1(omode, NULL, NULL, oaccept_clist, NULL, NULL, "$Id $");
DECLARE_MODULE_AV1(oaccept, NULL, NULL, oaccept_clist, NULL, NULL, "$Id $");
void
mo_oaccept(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])