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

OnUsersAdded() protected method

Fires when the Client receives the Names list for the specified Channel.
protected OnUsersAdded ( IrcChannel chan, IrcUser users ) : void
chan IrcChannel
users IrcUser An Array of Users who are on the Channel
return void
        protected virtual void OnUsersAdded(IrcChannel chan, IrcUser[] users)
        {
        }