mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
lib/irc: drop outdated CapRegistry TODO
This commit is contained in:
parent
37d7f4a1c5
commit
9e703698ca
@ -845,7 +845,6 @@ export class CapRegistry {
|
|||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "ACK":
|
case "ACK":
|
||||||
// TODO: handle `ACK -cap` to
|
|
||||||
args[0].split(" ").forEach((cap) => {
|
args[0].split(" ").forEach((cap) => {
|
||||||
cap = cap.toLowerCase();
|
cap = cap.toLowerCase();
|
||||||
if (cap.startsWith("-")) {
|
if (cap.startsWith("-")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user