From b9558cebe41b3cfd59ff6388c67091e69fdb8bff Mon Sep 17 00:00:00 2001 From: codemastr Date: Sat, 4 Sep 2004 00:00:49 +0000 Subject: [PATCH] ... --- src/channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index add8f2552..678a7bb44 100644 --- a/src/channel.c +++ b/src/channel.c @@ -585,7 +585,6 @@ Ban *is_banned(aClient *sptr, aChannel *chptr, int type) s = make_nick_user_host(sptr->name, sptr->user->username, GetIP(sptr)); strlcpy(nuip, s, sizeof nuip); ban_ip = nuip; -sendto_realops("%s", nuip); } if (sptr->user->virthost)