Squishy.Irc.IrcClient.OnChannelMsg C# (CSharp) Méthode

OnChannelMsg() protected méthode

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
Résultat void
        protected virtual void OnChannelMsg(IrcUser user, IrcChannel chan, StringStream text)
        {
        }