don't ignore recover commands coming from ircops
[ircu2.10.12-pk.git] / ircd / parse.c
index 1e1ebdd1536d02f4015bac395341b44e0001d1c8..c8a032216377a63e722bea1184362836be6cf844 100644 (file)
@@ -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,