21 namespace Erebot\Event\Match;
31 class Not implements \Erebot\Interfaces\Event\Match
69 public function match(\Erebot\Interfaces\Event\Base\Generic $event)
71 return (!$this->filter->match($event));
A filter that negates the result of a sub-filter.
setFilter(\Erebot\Interfaces\Event\Match $filter)
$filter
Subfilter to negate.
__construct(\Erebot\Interfaces\Event\Match $filter)