Optional botOptional channelsList of channels to join on connect
Optional connAdditional options for connections, usually passed right along to socket without additional alterations.
Special cases for included connections:
path - IRCWebSocketConnector will append this to the WebSocket URL.skipPings - Included connectors will not respond to PINGs if set.wsPingInterval - IRCWebSocketConnector pings the server instead of the server pinging it.
Here, you can set the ping interval in milliseconds. Defaults to 60000, 1 minute. This setting
is ignored if you have specified skipPings, in which case, you will need to use a custom pinger
for the WebSocket.IRC server hostname
Optional hostnameYour user's hostname, this will be set automatically on connect. Setting it manually has no effect.
IRC nickname
Optional nickservAdditional NickServ options
Optional passwordIRC server password. Sometimes also used as nickserv password.
Optional portIRC server port
Optional realnameIRC realname
Optional saslEnable SASL authentication.
Optional sslEnable SSL
Optional usernameIRC username
Generated using TypeDoc
Set +B mode on self (servers may not all support this!)