Add support for bot mode

References: https://ircv3.net/specs/extensions/bot-mode
This commit is contained in:
Simon Ser 2022-06-08 15:04:27 +02:00
parent 8507500d74
commit 6b04cb1417
3 changed files with 12 additions and 0 deletions

View file

@ -474,6 +474,10 @@ export class Isupport {
}
return chanModes;
}
bot() {
return this.raw.get("BOT");
}
}
export const CaseMapping = {