TopicChangedNotify() private method

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