diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/protocol/unreal32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index fc6f85817..2dc4f96f6 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1830,7 +1830,10 @@ void unreal_cmd_jupe(char *jserver, char *who, char *reason) reason ? ": " : "", reason ? reason : ""); if (findserver(servlist, jserver)) + { unreal_cmd_squit(jserver, rbuf); + do_squit(who, 1, &jserver); + } unreal_cmd_server(jserver, 2, rbuf); new_server(me_server, jserver, rbuf, SERVER_JUPED, NULL); } |