IrcClient.handleInviteOnly

Callback for when a channel is invite only.

class IrcClient
void delegate(string channel, string reason) handleInviteOnly;

Meta