Squishy.Irc.IrcClient.CtcpReplyNotify C# (CSharp) Метод

CtcpReplyNotify() приватный Метод

private CtcpReplyNotify ( IrcUser user, IrcChannel chan, string reply, string args ) : void
user IrcUser
chan IrcChannel
reply string
args string
Результат void
        internal void CtcpReplyNotify(IrcUser user, IrcChannel chan, string reply, string args)
        {
            OnCtcpReply(user, chan, reply, args);
        }