Ejemplo n.º 1
0
 /**
  * Sets the IRC password for the bot
  * @param string $password The password for the IRC server.
  */
 public function setPassword($password)
 {
     $this->password = $password;
     $this->connection->setPassword((string) $password);
 }