IrcClient.onJoin

Invoked when another user joins a channel that this user is a member of.

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

Meta