Ejemplo n.º 1
0
 /**
  * Sets the nick of the bot.
  * "Yes give me a nick too. I love nicks."
  *
  * @param string $nick The nick of the bot.
  */
 public function setNick($nick)
 {
     $this->nickToUse = $this->nick = (string) $nick;
     $this->connection->setNick($this->nickToUse);
 }