From a61a0e5f88f306fcd264b65f8ff7c72aa1c78309 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 13 May 2012 06:49:36 +0200 Subject: [PATCH] don't ignore recover commands coming from ircops --- ircd/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/parse.c b/ircd/parse.c index 1e1ebdd..c8a0322 100644 --- a/ircd/parse.c +++ b/ircd/parse.c @@ -615,7 +615,7 @@ struct Message msgtab[] = { TOK_RECOVER, 0, MAXPARA, MFLG_SLOW, 0, NULL, /* UNREG, CLIENT, SERVER, OPER, SERVICE */ - { m_unregistered, m_recover, m_ignore, m_ignore, m_ignore } + { m_unregistered, m_recover, m_ignore, m_recover, m_ignore } }, { MSG_ZOMBIE, -- 2.20.1