IrcClient.handleJoin

Callback for when someone has joined a channel.

class IrcClient
void delegate(IrcClient sender, string channel, string nick) handleJoin;

Meta