1
0
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:
Bram Matthys
2026-07-02 18:10:49 +02:00
parent e3bf09622a
commit a289fbf14f
+3
View File
@@ -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));