|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Triggered when the bot receives an ERROR message from the server. More...
Inheritance diagram for Erebot\Event\Error:Additional Inherited Members | |
Public Member Functions inherited from Erebot\Event\WithTextAbstract | |
| __construct (\Erebot\Interfaces\Connection $connection, $text) | |
| getText () | |
Public Member Functions inherited from Erebot\Event\AbstractEvent | |
| __construct (\Erebot\Interfaces\Connection $connection) | |
| getConnection () | |
| preventDefault ($prevent=null) | |
Protected Attributes inherited from Erebot\Event\WithTextAbstract | |
| $text | |
| Content of this event. | |
Protected Attributes inherited from Erebot\Event\AbstractEvent | |
| $connection | |
| Connection the event originated from. | |
| $halt | |
| Whether the default action should be prevented or not. More... | |
Triggered when the bot receives an ERROR message from the server.
This usually happen when the bot QUITs or is KILLed, etc.