remove no longer relevant TODO comment
This commit is contained in:
parent
d407222608
commit
54291669a5
|
@ -965,7 +965,6 @@ let split_command_params cmd params =
|
||||||
|
|
||||||
| ("PRIVMSG" | "NOTICE" | "NAMES" | "PART"), tgts :: rest
|
| ("PRIVMSG" | "NOTICE" | "NAMES" | "PART"), tgts :: rest
|
||||||
when String.contains tgts ',' ->
|
when String.contains tgts ',' ->
|
||||||
(* TODO: "JOIN" should be handled specially *)
|
|
||||||
String.split_on_char ',' tgts |>
|
String.split_on_char ',' tgts |>
|
||||||
List.map (fun tgt -> cmd, tgt :: rest)
|
List.map (fun tgt -> cmd, tgt :: rest)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue