Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_jupe.c
index 2541875370fa0ea12b92246980a5761cb8b515fa..46479523408e248d6c0a2afb9f512dda49dd6a22 100644 (file)
@@ -167,6 +167,8 @@ int ms_jupe(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
        return jupe_deactivate(cptr, sptr, ajupe, lastmod, flags);
     } else if (JupeLastMod(ajupe) == lastmod) /* no changes */
       return 0;
+    else if (IsBurstOrBurstAck(cptr)) /* it's in the burst, so don't resynch */
+      return 0;
     else
       return jupe_resend(cptr, ajupe); /* other server desynched WRT jupes */
   }