Squishy.Irc.IrcClient.BanListCompleteNotify C# (CSharp) 메소드

BanListCompleteNotify() 개인적인 메소드

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