Function IRCClient.onUserQuit

Called when a user disconnects from the network.

void delegate(User, string) onUserQuit () @property;

void delegate(User, string) onUserQuit (
  void delegate(User, string) newValue
) @property;

Parameters

NameDescription
a the user that quit
b the reason they quit, if any