From 6f141d0e787a87a8be46d125a69051331ea54073 Mon Sep 17 00:00:00 2001 From: Danny Mitchell Date: Wed, 5 Jan 2000 04:27:25 +0000 Subject: [PATCH] Author: WildThang & Bleep 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ircd/send.c b/ircd/send.c index 08a70e7..1b5d035 100644 --- a/ircd/send.c +++ b/ircd/send.c @@ -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 ? */ -- 2.20.1