Add support for bot mode
References: https://ircv3.net/specs/extensions/bot-mode
This commit is contained in:
@@ -474,6 +474,10 @@ export class Isupport {
|
||||
}
|
||||
return chanModes;
|
||||
}
|
||||
|
||||
bot() {
|
||||
return this.raw.get("BOT");
|
||||
}
|
||||
}
|
||||
|
||||
export const CaseMapping = {
|
||||
|
||||
Reference in New Issue
Block a user