Request to know if a user is currenlty on IRC.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If the nickname is not valid. |
//Query for a nick
connection.Sender.Ison( "joe" );
Sender Class | Sharkbite.Irc Namespace | OnIson