Constructs a SASL plain authentication token from the bot's IRCBot.account and IRCBot.password, then sends it to the server, during registration.
A SASL plain authentication token is composed like so:
base64(account \0 account \0 password)
...where IRCBot.account is the services account name and IRCBot.password is the account password.
The current ConnectService.
Constructs a SASL plain authentication token from the bot's IRCBot.account and IRCBot.password, then sends it to the server, during registration.
A SASL plain authentication token is composed like so:
base64(account \0 account \0 password)
...where IRCBot.account is the services account name and IRCBot.password is the account password.