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.
match(\Erebot\Interfaces\Event\Base\Generic $event)
Interface for an event filter.
__construct(\Erebot\Interfaces\Event\Match $filter)