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

Triggered when the bot's usermodes are changed. More...

+ Inheritance diagram for Erebot\Event\UserMode:

Additional Inherited Members

- Public Member Functions inherited from Erebot\Event\WithSourceTargetTextAbstract
 __construct (\Erebot\Interfaces\Connection $connection, $source, $target, $text)
 
 getText ()
 
- 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)
 
- Protected Attributes inherited from Erebot\Event\WithSourceTargetTextAbstract
 $text
 Content of this event.
 
- 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...
 

Detailed Description

Triggered when the bot's usermodes are changed.

Definition at line 27 of file UserMode.php.


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