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