mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 09:26:37 +02:00
.
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user