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

emote() protected method

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