public function create_bot($name, $host, $port, $password) { $this->bots = false; BOT::create($name, $host, $port, $password, $this->id); }