lib/irc: drop outdated CapRegistry TODO

This commit is contained in:
Simon Ser 2022-02-16 15:46:22 +01:00
parent 37d7f4a1c5
commit 9e703698ca

View file

@ -845,7 +845,6 @@ export class CapRegistry {
});
break;
case "ACK":
// TODO: handle `ACK -cap` to
args[0].split(" ").forEach((cap) => {
cap = cap.toLowerCase();
if (cap.startsWith("-")) {