Squishy.Irc.IrcClient.BanListCompleteNotify C# (CSharp) Méthode

BanListCompleteNotify() private méthode

private BanListCompleteNotify ( IrcChannel chan ) : void
chan IrcChannel
Résultat void
        internal void BanListCompleteNotify(IrcChannel chan)
        {
            chan.BanListCompleteNotify();
            OnBanListComplete(chan);
        }