Update for irc scraper and patches

This commit is contained in:
DariusIII
2015-10-27 15:21:23 +01:00
parent f1f6f1d1e3
commit 18ea99230d
5 changed files with 6 additions and 3 deletions
@@ -14,6 +14,8 @@ $tOut = new TmuxOutput($pdo);
$runVar['paths']['misc'] = NN_MISC;
$runVar['paths']['lib'] = NN_LIB;
$runVar['paths']['cli'] = NN_ROOT . 'cli/';
$runVar['paths']['scraper'] = NN_MISC . 'IRCScraper' . DS . 'scrape.php';
$db_name = DB_NAME;
$dbtype = DB_TYPE;
$tmux = $tRun->get('niceness');