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

OnCtcpReply() 보호된 메소드

Fires when the Client receives any kind of CTCP reply.
protected OnCtcpReply ( IrcUser user, IrcChannel chan, string reply, string args ) : void
user IrcUser The User who sent the text
chan IrcChannel
reply string The reply type (such as VERSION)
args string The text which was sent in addition to the reply
리턴 void
        protected virtual void OnCtcpReply(IrcUser user, IrcChannel chan, string reply, string args)
        {
        }