TopicChangedNotify() private method

private TopicChangedNotify ( IrcUser user, string text, bool initial ) : void
user IrcUser
text string
initial bool
return void
 internal void TopicNotify(IrcUser user, IrcChannel chan, string text, bool initial)
 {
     chan.TopicChangedNotify(user, text, initial);
     OnTopic(user, chan, text, initial);
 }
Beispiel #2
0
 internal void TopicNotify(IrcUser user, IrcChannel chan, string text, bool initial)
 {
     chan.TopicChangedNotify(user, text, initial);
     OnTopic(user, chan, text, initial);
 }