Add support for chghost

See https://ircv3.net/specs/extensions/chghost
This commit is contained in:
Simon Ser 2021-09-06 11:20:33 +02:00
parent a51be5037d
commit 0137a95268
2 changed files with 10 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import * as irc from "./irc.js";
const permanentCaps = [
"away-notify",
"batch",
"chghost",
"echo-message",
"invite-notify",
"labeled-response",