Example #1
0
 protected function nickNameInUse()
 {
     Config::setNick(Config::getNick() . ++$this->nickCounter);
     $this->message(Config::getNick(), null, IRC::NICK);
     $this->ghost = true;
 }