|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
A filter that always matches. More...
Inheritance diagram for Erebot\Event\Match\Always:Public Member Functions | |
| match (\Erebot\Interfaces\Event\Base\Generic $event) | |
A filter that always matches.
Definition at line 27 of file Always.php.
| Erebot\Event\Match\Always::match | ( | \Erebot\Interfaces\Event\Base\Generic | $event | ) |
Decides whether the given event passes the filter or not.
| $event | An event to try to match to the criterion expressed by this filter. |
| bool | true if the event matches the criterion, false otherwise. |
Implements Erebot\Interfaces\Event\Match.
Definition at line 29 of file Always.php.