Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\Event\ModeTakenAbstract Class Reference

Triggered when someone removes a mode from a channel. More...

+ Inheritance diagram for Erebot\Event\ModeTakenAbstract:

Additional Inherited Members

- Public Member Functions inherited from Erebot\Event\WithChanSourceTextAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $chan, $source, $text)
 
 getText ()
 
- Public Member Functions inherited from Erebot\Event\WithChanSourceAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $chan, $source)
 
 getChan ()
 
 getSource ()
 
- 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\ChanModeTaken
const MODE_PREFIX = '-'
 Prefix issued to remove a channel status from some user.
 
- Protected Attributes inherited from Erebot\Event\WithChanSourceTextAbstract
 $text
 Content of this event.
 
- Protected Attributes inherited from Erebot\Event\WithChanSourceAbstract
 $chan
 IRC channel this event relates to.
 
 $source
 Source the event originated from.
 
- Protected Attributes inherited from Erebot\Event\AbstractEvent
 $connection
 Connection the event originated from.
 
 $halt
 Whether the default action should be prevented or not. More...
 

Detailed Description

Triggered when someone removes a mode from a channel.

Definition at line 27 of file ModeTakenAbstract.php.


The documentation for this class was generated from the following file: