|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Interface for a CTCP event. More...
Inheritance diagram for Erebot\Interfaces\Event\Base\Ctcp:Public Member Functions | |
| getCtcpType () | |
Public Member Functions inherited from Erebot\Interfaces\Event\Base\Generic | |
| getConnection () | |
| preventDefault ($prevent=null) | |
| Erebot\Interfaces\Event\Base\Ctcp::getCtcpType | ( | ) |
Returns the type of CTCP message conveyed by this event.
| string | Type of this CTCP message. |
Implemented in Erebot\Event\WithChanSourceCtcpAbstract, and Erebot\Event\WithSourceCtcpAbstract.