BanListCompleteNotify() private method

private BanListCompleteNotify ( ) : void
return void
Example #1
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }
Example #2
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }