Function IRCClient.onUserJoin

Called when a user joins a channel.

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

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

Parameters

NameDescription
a the user that joined
b the channel they joined