public function chansStat()
 {
     return Response::json(Chan::getChans());
 }