Add support for bot mode
References: https://ircv3.net/specs/extensions/bot-mode
This commit is contained in:
parent
8507500d74
commit
6b04cb1417
3 changed files with 12 additions and 0 deletions
|
@ -474,6 +474,10 @@ export class Isupport {
|
|||
}
|
||||
return chanModes;
|
||||
}
|
||||
|
||||
bot() {
|
||||
return this.raw.get("BOT");
|
||||
}
|
||||
}
|
||||
|
||||
export const CaseMapping = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue