Squishy.Irc.IrcClient.OnNotice C# (CSharp) 메소드

OnNotice() 보호된 메소드

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
리턴 void
        protected virtual void OnNotice(IrcUser user, IrcChannel chan, StringStream text)
        {
        }