Author: WildThang & Bleep
authorDanny Mitchell <danny@chatsystems.com>
Wed, 5 Jan 2000 04:27:25 +0000 (04:27 +0000)
committerDanny Mitchell <danny@chatsystems.com>
Wed, 5 Jan 2000 04:27:25 +0000 (04:27 +0000)
Log message:
 Minor cleanup to eliminate some of the problems we have been experiencing
on the network.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@14 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

ircd/send.c

index 08a70e73940182c234741f6fa5a7248b2fffa19c..1b5d035f41a4671c341a25a2ac992d40459a6f78 100644 (file)
@@ -782,7 +782,8 @@ void sendto_ops_butone(aClient *one, aClient *from, char *pattern, ...)
   ++sentalong_marker;
   for (cptr = client; cptr; cptr = cptr->next)
   {
-    if (!SendWallops(cptr))
+    /* if (!SendWallops(cptr)) */
+    if (!IsAnOper(cptr))
       continue;
     i = cptr->from->fd;                /* find connection oper is on */
     if (sentalong[i] == sentalong_marker)      /* sent message along it already ? */