setHost($properties["host"]); $cqbot->setEventPort($properties["port"]); $cqbot->setAdminGroup($properties["admin_group"]); $cqbot->setInfoLevel($properties["info_level"]); $cqbot->setSuperUser($properties["super_user"]); $cqbot->init(); $cqbot->eventServerStart();