Enable echo-message
This commit is contained in:
parent
9d7704ea54
commit
0aa8cca483
2 changed files with 6 additions and 3 deletions
|
@ -2,7 +2,7 @@ import * as irc from "./irc.js";
|
|||
|
||||
// Static list of capabilities that are always requested when supported by the
|
||||
// server
|
||||
const permanentCaps = ["message-tags", "server-time", "multi-prefix", "away-notify"];
|
||||
const permanentCaps = ["message-tags", "server-time", "multi-prefix", "away-notify", "echo-message"];
|
||||
|
||||
export default class Client extends EventTarget {
|
||||
ws = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue