IrcClient.onPart

Invoked when a user parts a channel that this user is a member of. Also invoked when this user parts a channel.

class IrcClient
void delegate(IrcUser user, in char[] channel)[] onPart;

Meta