X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fparse.c;h=519049c328a9969b9da6a5c146195809ad82e669;hp=fab27434241d81c99a34abd5a4773ae7d1fb6993;hb=fa4486fe3e166152a57a42320fd1f2faee37b0c3;hpb=2fec862674d5b33145529ab0397640a2e4d516c7 diff --git a/ircd/parse.c b/ircd/parse.c index fab2743..519049c 100644 --- a/ircd/parse.c +++ b/ircd/parse.c @@ -617,6 +617,27 @@ struct Message msgtab[] = { /* UNREG, CLIENT, SERVER, OPER, SERVICE */ { m_ignore, m_ignore, ms_account, m_ignore, m_ignore } }, + { + MSG_RECOVER, + TOK_RECOVER, + 0, MAXPARA, MFLG_SLOW, 0, NULL, + /* UNREG, CLIENT, SERVER, OPER, SERVICE */ + { m_unregistered, m_recover, m_ignore, m_recover, m_ignore } + }, + { + MSG_ZOMBIE, + TOK_ZOMBIE, + 0, MAXPARA, MFLG_SLOW, 0, NULL, + /* UNREG, CLIENT, SERVER, OPER, SERVICE */ + { m_ignore, m_ignore, ms_zombie, m_ignore, m_ignore } + }, + { + MSG_UNZOMBIE, + TOK_UNZOMBIE, + 0, MAXPARA, MFLG_SLOW, 0, NULL, + /* UNREG, CLIENT, SERVER, OPER, SERVICE */ + { m_ignore, m_ignore, ms_unzombie, m_ignore, m_ignore } + }, { MSG_ASLL, TOK_ASLL,