UsersAddedNotify() 개인적인 메소드

private UsersAddedNotify ( IrcUser users ) : void
users IrcUser
리턴 void
예제 #1
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }
예제 #2
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }