FlagAddedNotify() private method

private FlagAddedNotify ( IrcUser user, Privilege priv, IrcUser target ) : void
user IrcUser
priv Privilege
target IrcUser
return void
Exemplo n.º 1
0
 internal void FlagAddedNotify(IrcUser user, IrcChannel chan, Privilege priv, IrcUser target)
 {
     chan.FlagAddedNotify(user, priv, target);
     OnFlagAdded(user, chan, priv, target);
 }
Exemplo n.º 2
0
 internal void FlagAddedNotify(IrcUser user, IrcChannel chan, Privilege priv, IrcUser target)
 {
     chan.FlagAddedNotify(user, priv, target);
     OnFlagAdded(user, chan, priv, target);
 }