PHPDaemon\Examples\ExampleIRCBot::init PHP Method

init() public method

Constructor.
public init ( ) : void
return void
    public function init()
    {
        if ($this->isEnabled()) {
            $this->client = \PHPDaemon\Clients\IRC\Pool::getInstance();
        }
    }