1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 03:43:13 +02:00
This commit is contained in:
codemastr
2004-09-04 00:00:49 +00:00
parent e1d088de41
commit b9558cebe4
-1
View File
@@ -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)