|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Triggered when someone receives OPerator priviledges on a channel. More...
Inheritance diagram for Erebot\Event\Op:Additional Inherited Members | |
Public Member Functions inherited from Erebot\Event\ChanUserModeAbstract | |
| getMode () | |
Public Member Functions inherited from Erebot\Event\WithChanSourceTargetAbstract | |
| __construct (\Erebot\Interfaces\Connection $connection, $chan, $source, $target) | |
| getChan () | |
Public Member Functions inherited from Erebot\Event\WithSourceTargetAbstract | |
| __construct (\Erebot\Interfaces\Connection $connection, $source, $target) | |
| getSource () | |
| getTarget () | |
Public Member Functions inherited from Erebot\Event\AbstractEvent | |
| __construct (\Erebot\Interfaces\Connection $connection) | |
| getConnection () | |
| preventDefault ($prevent=null) | |
Public Attributes inherited from Erebot\Interfaces\Event\Base\ChanModeGiven | |
| const | MODE_PREFIX = '+' |
| Prefix issued to add a channel status to some user. | |
Public Attributes inherited from Erebot\Interfaces\Event\Base\Op | |
| const | MODE_LETTER = 'o' |
| Letter associated with this channel status. | |
Protected Attributes inherited from Erebot\Event\WithChanSourceTargetAbstract | |
| $chan | |
| IRC channel this event relates to. | |
Protected Attributes inherited from Erebot\Event\WithSourceTargetAbstract | |
| $source | |
| Source the event originated from. | |
| $target | |
| Target of the event (usually the bot). | |
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 someone receives OPerator priviledges on a channel.