PHPDaemon\Servers\IRCBouncer\Pool::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        $this->client = Pool::getInstance();
        $this->client->protologging = $this->protologging;
        $this->db = Pool::getInstance();
        $this->messages = $this->db->{$this->config->dbname->value . '.messages'};
        $this->channels = $this->db->{$this->config->dbname->value . '.channels'};
    }