Crummy\Phlack\Bot\AbstractBot::reply PHP Method

reply() protected method

protected reply ( Crummy\Phlack\WebHook\CommandInterface $user, string $text ) : Reply
$user Crummy\Phlack\WebHook\CommandInterface The user_id, or a CommandInterface to inspect.
$text string
return Crummy\Phlack\WebHook\Reply\Reply
    protected function reply($user, $text)
    {
        return $this->responder->reply($user, $text);
    }