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

OnCtcpReply() protected method

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
return void
        protected virtual void OnCtcpReply(IrcUser user, IrcChannel chan, string reply, string args)
        {
        }