whois method
- String nick
Ask the server everything it will say about someone.
The record lands in the model under the folded nick and arrives as one whois_received
change when the reply finishes.
Implementation
void whois(String nick) {
_alive();
command({'type': 'whois', 'nick': nick});
}