Squishy.Irc.IrcClient.InviteNotify C# (CSharp) Méthode

InviteNotify() private méthode

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