From 6ff6286e4cfec25cb3ba72e29dc326e94fbc644b Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sun, 1 Apr 2001 11:34:42 +0000 Subject: [PATCH] . --- src/channel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index 61aeb4bf0..0d3024293 100644 --- a/src/channel.c +++ b/src/channel.c @@ -352,7 +352,9 @@ static aClient *find_chasing(aClient *sptr, char *user, int *chasing) } if (chasing) *chasing = 1; - return who; + if (!IsServer(who)) + return who; + return NULL; } /* Exception functions to work with mode +e