remove no longer relevant TODO comment

This commit is contained in:
tali 2024-02-02 13:24:56 -05:00
parent d407222608
commit 54291669a5
1 changed files with 0 additions and 1 deletions

View File

@ -965,7 +965,6 @@ let split_command_params cmd params =
| ("PRIVMSG" | "NOTICE" | "NAMES" | "PART"), tgts :: rest
when String.contains tgts ',' ->
(* TODO: "JOIN" should be handled specially *)
String.split_on_char ',' tgts |>
List.map (fun tgt -> cmd, tgt :: rest)