Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ChangeLog
index a8a5ab07bdbc6590a3c35054102171b3fe515d2b..82aeb8cbcaf01e25a0e5fba411a7b3d1f689c79b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-04-16  Kevin L. Mitchell  <klmitch@mit.edu>
 
+       * ircd/send.c (sendcmdto_flag_butone): recast to just broadcast to
+       all servers, rather than to only servers that have +w/+g/whatever
+       users on them; among other things, this removes that atrocity
+       known as sentalong[] from this function
+
        * ircd/m_admin.c: must include ircd.h to declare "me"; must
        include hash.h to declare FindUser()