mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 14:13:12 +02:00
Fix possible crash in multiline implementation
This commit is contained in:
@@ -827,6 +827,9 @@ CMD_OVERRIDE_FUNC(multiline_override_batch)
|
||||
/* Deliver the batch */
|
||||
multiline_deliver(client, batch);
|
||||
|
||||
if (IsDead(client))
|
||||
return;
|
||||
|
||||
/* Apply batch fake lag */
|
||||
add_fake_lag(client, calculate_multiline_fakelag(client, batch));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user