mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
lib/irc: drop outdated CapRegistry TODO
This commit is contained in:
parent
37d7f4a1c5
commit
9e703698ca
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue