. */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); $shortoptions = 'i:n:f:a:j'; $longoptions = array('id=', 'nickname=', 'file=', 'after=', 'json'); $helptext = <<writeJSON(STDOUT); } else { print $actstr->getString(); } } catch (Exception $e) { print $e->getMessage()."\n"; exit(1); }