ModeAddedNotify() private méthode

private ModeAddedNotify ( IrcUser user, string mode, string param ) : void
user IrcUser
mode string
param string
Résultat void
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }
Exemple #2
0
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }