|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for the "ServerCapabilities" event. More...
Inheritance diagram for Erebot\Interfaces\Event\ServerCapabilities:Public Member Functions | |
| getModule () | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Generic | |
| getConnection () | |
| preventDefault ($prevent=null) | |
Interface for the "ServerCapabilities" event.
Definition at line 33 of file ServerCapabilities.php.
| Erebot\Interfaces\Event\ServerCapabilities::getModule | ( | ) |
Returns the module associated with this event.
| Erebot::Module::ServerCapabilities | The module associated with this event. It can be used to determine what the current IRC server is capable of. |
Implemented in Erebot\Event\ServerCapabilities.