ConnectService.TransientState

Transient state variables, aggregated in a struct.

Members

Structs

Progresses
struct Progresses

All Progresses gathered.

Variables

issuedNICK
bool issuedNICK;

Whether or not we have issued a NICK command during registration.

joinedChannels
bool joinedChannels;

Whether or not the bot has joined its channels at least once.

progress
Progresses progress;

All Progresses gathered.

renameDuringRegistration
string renameDuringRegistration;

Temporary: the nickname that we had to rename to, to successfully register on the server.

requestedCapabilitiesRemaining
uint requestedCapabilitiesRemaining;

Number of capabilities requested but still not awarded.

serverSupportsWHOIS
bool serverSupportsWHOIS;

Whether or not the server seems to be supporting WHOIS queries.