Crummy\Phlack\Common\Iterocitor::tell PHP Method

tell() public method

Send a message to a user.
public tell ( string $user, $text )
$user string user_id {@inheritdoc}
    public function tell($user, $text)
    {
        return $this->say($this->sequencer->format('@' . $user) . ' ' . $text);
    }