Squishy.Irc.IrcClient.UsersAddedNotify C# (CSharp) Method

UsersAddedNotify() private method

private UsersAddedNotify ( IrcChannel chan, IrcUser users ) : void
chan IrcChannel
users IrcUser
return void
        internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
        {
            chan.UsersAddedNotify(users);
            OnUsersAdded(chan, users);
        }