From 5a463382d336fdbbf6fb4dd78e1ab482ab8d6cd9 Mon Sep 17 00:00:00 2001 From: tali Date: Wed, 24 Jan 2024 12:58:34 -0500 Subject: [PATCH] dont force :trailing on all 324 (RPL_CHANNELMODEIS) replies --- lib/server/connection.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/connection.ml b/lib/server/connection.ml index 20222f8..4e0807a 100644 --- a/lib/server/connection.ml +++ b/lib/server/connection.ml @@ -42,7 +42,7 @@ let reply t (num, params) = | None -> "*" in let always_trailing = match num with - | "324" | "332" | "353" -> true + | "332" | "353" -> true | _ -> false in Outbox.send t.outbox