High-level IRC integration settings exposed to the webhook bridge HTTP service (see tools/irc-bot.ts).

interface IRCConfig {
    appPort: number;
    botName: string;
    options: IRCConnectionOptions;
    server: string;
}

Properties

appPort: number
botName: string
server: string