Appearance
@mastondzn/dank-twitch-irc / ClientConfiguration
Interface: ClientConfiguration
Defined in: src/config/config.ts:50
Properties
connection?
optionalconnection?:TransportConfiguration
Defined in: src/config/config.ts:70
connectionRateLimits?
optionalconnectionRateLimits?:ConnectionRateLimits
Defined in: src/config/config.ts:78
installDefaultMixins?
optionalinstallDefaultMixins?:boolean
Defined in: src/config/config.ts:79
maxChannelCountPerConnection?
optionalmaxChannelCountPerConnection?:number
Defined in: src/config/config.ts:75
Maximum number of channels the client will allow one connection to be joined to. 90 by default.
password?
optionalpassword?:string
Defined in: src/config/config.ts:61
Optional password. If unset no PASS is sent to the server.
If set, this must begin with "oauth:"
rateLimits?
optionalrateLimits?:RateLimitsConfig
Defined in: src/config/config.ts:77
requestMembershipCapability?
optionalrequestMembershipCapability?:boolean
Defined in: src/config/config.ts:68
Can be disabled to lower the load on the bot by not requesting useless membership messages.
Disabled by default.
username?
optionalusername?:string
Defined in: src/config/config.ts:54
lowercase twitch login name