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

tell() protected method

protected tell ( string $user, string $text ) : Reply
$user string The user_id to tell
$text string
return Crummy\Phlack\WebHook\Reply\Reply
    protected function tell($user, $text)
    {
        return $this->responder->tell($user, $text);
    }