X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fparse.c;h=27608219400226b592cfc5c304687814c1c6173a;hp=3c3c3d5c7e5bcb8e0e34ef18855a3240461d77ee;hb=5fc729d47823a57c8e6e0e3b078522eccd120ca7;hpb=98c74ba6a77e8f110f03252eead8cd37e7ecc83e diff --git a/ircd/parse.c b/ircd/parse.c index 3c3c3d5..2760821 100644 --- a/ircd/parse.c +++ b/ircd/parse.c @@ -610,6 +610,20 @@ struct Message msgtab[] = { /* UNREG, CLIENT, SERVER, OPER, SERVICE */ { m_ignore, m_ignore, ms_account, m_ignore, 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,