IrcClient.handleQuit

Callback for when someone has quit from the network.

class IrcClient
void delegate(IrcClient sender, string nick, string reason, string[] channels) handleQuit;

Meta