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

shout() protected method

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