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

InviteNotify() private method

private InviteNotify ( IrcUser user, string chan ) : void
user IrcUser
chan string
return void
        internal void InviteNotify(IrcUser user, string chan)
        {
            OnInvite(user, chan);
        }