21 namespace Erebot\Event;
29 \Erebot\Interfaces\Event\ServerCapabilities
46 \Erebot\Interfaces\Connection $connection,
49 parent::__construct($connection);
53 public function getModule()
$module
Module containing the server's capabilities.
Triggered when the bot has determined what features the IRC server supports.
__construct(\Erebot\Interfaces\Connection $connection,\Erebot\Module\Base $module)