UsersAddedNotify() private method

private UsersAddedNotify ( IrcUser users ) : void
users IrcUser
return void
Ejemplo n.º 1
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }
Ejemplo n.º 2
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }