Add away indicator
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user