TopicChangedNotify() private method

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