IrcClient.handleInviteOnly

Callback for when a channel is invite only.

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

Meta