MsgReceivedNotify() 개인적인 메소드

private MsgReceivedNotify ( IrcUser user, StringStream text ) : void
user IrcUser
text StringStream
리턴 void
예제 #1
0
 internal void ChannelMsgNotify(IrcUser user, IrcChannel chan, StringStream text)
 {
     chan.MsgReceivedNotify(user, text);
     OnChannelMsg(user, chan, text);
 }
예제 #2
0
 internal void ChannelMsgNotify(IrcUser user, IrcChannel chan, StringStream text)
 {
     chan.MsgReceivedNotify(user, text);
     OnChannelMsg(user, chan, text);
 }