Updated IRCScraper and prehash.php

This commit is contained in:
Darko
2014-03-31 12:33:12 +02:00
parent 4a11644df4
commit de0b031857
4 changed files with 70 additions and 23 deletions
+6 -3
View File
@@ -205,9 +205,12 @@ class IRCScraper
echo
'[' .
date('r') .
'] [Scraping of IRC channels for ' .
$this->serverType .
' started.]' .
'] [Scraping of IRC channels for (' .
$server .
$port .
') (' .
$nickname .
') started.]' .
PHP_EOL;
}