mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 03:43:13 +02:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user