Erebot
latest
A modular IRC bot for PHP 7.0+
|
Triggered when the bot has determined what features the IRC server supports. More...
Public Member Functions | |
__construct (\Erebot\Interfaces\Connection $connection,\Erebot\Module\Base $module) | |
getModule () | |
Protected Attributes | |
$module | |
Module containing the server's capabilities. | |
Triggered when the bot has determined what features the IRC server supports.
Definition at line 28 of file ServerCapabilities.php.
Erebot\Event\ServerCapabilities::__construct | ( | \Erebot\Interfaces\Connection | $connection, |
\Erebot\Module\Base | $module | ||
) |
Constructs a new event dealing with server capabilities.
Erebot::Interfaces::Connection | $connection | The connection this event relates to. |
Erebot::Module::Base | $module | The module containing information about the server's capabilities. |
Definition at line 45 of file ServerCapabilities.php.
References Erebot\Event\ServerCapabilities\$module.