Miscellaneous

SASL
Making use of SASL doesn't require extensive effort on part of the user. Once registering with the network from a desktop/laptop (via nickserv, etc), set up a new server profile as usual, but make the following changes:

Save the profile with the changes and SASL authentication will be automatically negotiated if supported by the server.

Pausing between autorun commands
You can pause execution of commands in the autorun field by adding this: sleep delay-in-ms, e.g. sleep 500 to pause for half a second.
This will make execution pause for half a second to allow previous commands to be processed before any more commands are sent, such as joining a private channel, etc.
Using this as the last autorun command will pause the execution of the autojoin list.

An important note: AndChat doesn't check the delay value, so if you set it to sleep for 1 hour, that is what it will do.

Use of $nick in autorun field
You can use $nick in the autorun field as a placeholder for whatever nick is used to log in to the server.