Crummy\Phlack\Bot\Mainframe\Adapter\AdapterInterface::attach PHP Method

attach() public method

public attach ( Crummy\Phlack\Bot\BotInterface $bot, Crummy\Phlack\Common\Matcher\MatcherInterface | callable $matcher = null, integer $priority ) : self
$bot Crummy\Phlack\Bot\BotInterface
$matcher Crummy\Phlack\Common\Matcher\MatcherInterface | callable
$priority integer
return self
    public function attach(BotInterface $bot, $matcher = null, $priority = 0);