1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 09:26:37 +02:00
This commit is contained in:
stskeeps
2001-04-01 11:34:42 +00:00
parent 9436198b96
commit 6ff6286e4c
+3 -1
View File
@@ -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