Squishy.Irc.IrcClient.InviteNotify C# (CSharp) 메소드

InviteNotify() 개인적인 메소드

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