Squishy.Irc.Commands.CmdTrigger.NotifyServResponse C# (CSharp) Méthode

NotifyServResponse() private méthode

private NotifyServResponse ( string sender, string action, string remainder ) : bool
sender string
action string
remainder string
Résultat bool
        internal virtual bool NotifyServResponse(string sender, string action, string remainder)
        {
            return expectsServResponse = OnServerResponse(sender, action, new StringStream(remainder));
        }