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

CtcpReplyNotify() private method

private CtcpReplyNotify ( IrcUser user, IrcChannel chan, string reply, string args ) : void
user IrcUser
chan IrcChannel
reply string
args string
return void
        internal void CtcpReplyNotify(IrcUser user, IrcChannel chan, string reply, string args)
        {
            OnCtcpReply(user, chan, reply, args);
        }