Squishy.Irc.IrcClient.OnChannelMsg C# (CSharp) Method

OnChannelMsg() protected method

Fires when the Client receives a PRIVMSG which was directed to a Channel.
protected OnChannelMsg ( IrcUser user, IrcChannel chan, Squishy.Network.StringStream text ) : void
user IrcUser
chan IrcChannel
text Squishy.Network.StringStream
return void
        protected virtual void OnChannelMsg(IrcUser user, IrcChannel chan, StringStream text)
        {
        }