From 4d7f9dde8be3ff9d73e0cc31e9df985df50663e7 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sun, 1 Apr 2001 11:37:35 +0000 Subject: [PATCH] . --- src/channel.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index 0d3024293..c02b5c2a5 100644 --- a/src/channel.c +++ b/src/channel.c @@ -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),