Squishy.Irc.IrcClient.CannotJoinNotify C# (CSharp) Method

CannotJoinNotify() private method

private CannotJoinNotify ( IrcChannel channel, string reason ) : void
channel IrcChannel
reason string
return void
        internal void CannotJoinNotify(IrcChannel channel, string reason)
        {
            OnCannotJoin(channel, reason);
        }