don't ignore recover commands coming from ircops
authorpk910 <philipp@zoelle1.de>
Sun, 13 May 2012 04:49:36 +0000 (06:49 +0200)
committerpk910 <philipp@zoelle1.de>
Sun, 13 May 2012 04:49:36 +0000 (06:49 +0200)
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,