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

FlagAddedNotify() private method

private FlagAddedNotify ( IrcUser user, IrcChannel chan, Privilege priv, IrcUser target ) : void
user IrcUser
chan IrcChannel
priv Privilege
target IrcUser
return void
        internal void FlagAddedNotify(IrcUser user, IrcChannel chan, Privilege priv, IrcUser target)
        {
            chan.FlagAddedNotify(user, priv, target);
            OnFlagAdded(user, chan, priv, target);
        }