IrcClient.handleJoin

Callback for when someone has joined a channel.

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

Meta