ModeAddedNotify() private method

private ModeAddedNotify ( IrcUser user, string mode, string param ) : void
user IrcUser
mode string
param string
return void
Ejemplo n.º 1
0
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }
Ejemplo n.º 2
0
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }