Add support for IRCv3 setname

This commit is contained in:
Simon Ser
2021-05-25 20:22:21 +02:00
parent 92535fae24
commit 12a38ace90
3 changed files with 22 additions and 1 deletions

View File

@@ -5,11 +5,14 @@ import * as irc from "./irc.js";
const permanentCaps = [
"away-notify",
"batch",
"draft/chathistory",
"echo-message",
"message-tags",
"multi-prefix",
"server-time",
"setname",
"draft/chathistory",
"soju.im/bouncer-networks",
];