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

say() protected method

protected say ( string $text ) : Reply
$text string
return Crummy\Phlack\WebHook\Reply\Reply
    protected function say($text)
    {
        return $this->responder->say($text);
    }