ModeAddedNotify() 개인적인 메소드

private ModeAddedNotify ( IrcUser user, string mode, string param ) : void
user IrcUser
mode string
param string
리턴 void
예제 #1
0
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }
예제 #2
0
 internal void ModeAddedNotify(IrcUser user, IrcChannel chan, string mode, string param)
 {
     chan.ModeAddedNotify(user, mode, param);
     OnModeAdded(user, chan, mode, param);
 }