MsgReceivedNotify() private method

private MsgReceivedNotify ( IrcUser user, StringStream text ) : void
user IrcUser
text StringStream
return void
Ejemplo n.º 1
0
 internal void ChannelMsgNotify(IrcUser user, IrcChannel chan, StringStream text)
 {
     chan.MsgReceivedNotify(user, text);
     OnChannelMsg(user, chan, text);
 }
Ejemplo n.º 2
0
 internal void ChannelMsgNotify(IrcUser user, IrcChannel chan, StringStream text)
 {
     chan.MsgReceivedNotify(user, text);
     OnChannelMsg(user, chan, text);
 }