Jacek Kowalski
2012-06-25 170544e77746833fcef43c40b13867acb13b504d
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;
   }
}
?>
?>