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