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

BanListCompleteNotify() private method

private BanListCompleteNotify ( IrcChannel chan ) : void
chan IrcChannel
return void
        internal void BanListCompleteNotify(IrcChannel chan)
        {
            chan.BanListCompleteNotify();
            OnBanListComplete(chan);
        }