Watch these nicks, so the server says when they come and go.
void watchNicks(List<String> nicks) { _alive(); command({'type': 'watch_nicks', 'nicks': nicks}); }