1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 03:03:13 +02:00
This commit is contained in:
stskeeps
2001-04-01 11:37:35 +00:00
parent 6ff6286e4c
commit 4d7f9dde8b
+7 -1
View File
@@ -342,8 +342,14 @@ static aClient *find_chasing(aClient *sptr, char *user, int *chasing)
if (chasing)
*chasing = 0;
if (who)
if (who && !IsServer(who))
{
return who;
}
else
{
return NULL;
}
if (!(who = get_history(user, (long)KILLCHASETIMELIMIT)))
{
sendto_one(sptr, err_str(ERR_NOSUCHNICK),