Jacek Kowalski
2012-06-25 3f9e0f0659df5e243943cf00112794ea32bfdab4
class/BotUser.php
@@ -51,12 +51,12 @@
      $this->interface = $data['scheme'];
      $this->uid = strtr($data['user'], array('\\@' => '@'));
      $this->network = $data['host'];
      $this->bot = substr($data['path'], 1);
      $this->params = $data['query'];
      $this->bot = substr(@$data['path'], 1);
      $this->params = @$data['query'];
   }
   
   function __get($name) {
      return $this->$name;
   }
}
?>
?>