Function IRCClient.onUserPart

Called when a user leaves a channel.

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

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

Parameters

NameDescription
a the user that left
b the channel they left
c the reason they left, if any