IrcClient.onQuit

Invoked when another user disconnects from the network.

class IrcClient
void delegate(IrcUser user, in char[] comment)[] onQuit;

Meta