Author: Isomer <perry@coders.net>
[ircu2.10.12-pk.git] / ircd / m_endburst.c
index ec42f725fa0d51ecc9b986d1fbcfdc81f8f080a1..c987428cbbfac02b77b7379d3c55ceb2e64f3bba 100644 (file)
@@ -119,10 +119,9 @@ int ms_end_of_burst(struct Client* cptr, struct Client* sptr, int parc, char* pa
 
   assert(0 != cptr);
   assert(0 != sptr);
-  if (!IsServer(sptr))
-    return 0;
 
-  sendto_opmask_butone(0, SNO_NETWORK, "Completed net.burst from %C.", sptr);
+  sendto_opmask_butone(0, SNO_NETWORK, "Completed net.burst from %C.", 
+       sptr);
   sendcmdto_serv_butone(sptr, CMD_END_OF_BURST, cptr, "");
   ClearBurst(sptr);
   SetBurstAck(sptr);