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

OnBanListComplete() protected method

Fires when the BanList for a Channel has been sent completely.
protected OnBanListComplete ( IrcChannel chan ) : void
chan IrcChannel
return void
        protected virtual void OnBanListComplete(IrcChannel chan)
        {
        }