Add away indicator
This commit is contained in:
parent
c59a8ff63c
commit
0bd2e10631
4 changed files with 26 additions and 2 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"];
|
||||
const permanentCaps = ["message-tags", "server-time", "multi-prefix", "away-notify"];
|
||||
|
||||
export default class Client extends EventTarget {
|
||||
ws = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue