forked from CringeStudios/gamja
lib/irc: drop outdated CapRegistry TODO
This commit is contained in:
parent
37d7f4a1c5
commit
9e703698ca
@ -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("-")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user