ConnectSettings

Settings for a ConnectService.

Members

Manifest constants

sendAfterConnectSeparator
enum sendAfterConnectSeparator;

What to use as delimiter to separate sendAfterConnect into different lines to send to the server.

Variables

exitOnSASLFailure
bool exitOnSASLFailure;

Whether or not to abort and exit if SASL authentication fails.

joinOnInvite
bool joinOnInvite;

Whether or not to join channels upon being invited to them.

maxPingPeriodAllowed
int maxPingPeriodAllowed;

How much time to allow between incoming PINGs before suspecting something is wrong.

regainNickname
bool regainNickname;

Whether or not to try to regain nickname if there was a collision and we had to rename ourselves, when registering.

rejoinBehaviour
ChannelRejoinBehaviour rejoinBehaviour;

In what way channels should be rejoined upon reconnecting, or upon re-execution.

sasl
bool sasl;

Whether to use SASL authentication or not.

sendAfterConnect
string sendAfterConnect;

Lines to send after successfully connecting and registering.