Squishy.Irc.IrcClient.ChannelMsgNotify C# (CSharp) Метод

ChannelMsgNotify() приватный Метод

private ChannelMsgNotify ( IrcUser user, IrcChannel chan, Squishy.Network.StringStream text ) : void
user IrcUser
chan IrcChannel
text Squishy.Network.StringStream
Результат void
        internal void ChannelMsgNotify(IrcUser user, IrcChannel chan, StringStream text)
        {
            chan.MsgReceivedNotify(user, text);
            OnChannelMsg(user, chan, text);
        }