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

OnNotice() protected method

Fires when the Client receives any kind of NOTICE.
protected OnNotice ( IrcUser user, IrcChannel chan, Squishy.Network.StringStream text ) : void
user IrcUser The User who sent the text
chan IrcChannel The Channel where it was sent (is null if its a private notice)
text Squishy.Network.StringStream The text which was sent
return void
        protected virtual void OnNotice(IrcUser user, IrcChannel chan, StringStream text)
        {
        }