Sync build infro from the alpha site

This commit is contained in:
Latif Khalifa
2013-10-16 13:46:34 +02:00
parent 8dd29da01a
commit 687a1fb227
6 changed files with 73 additions and 4 deletions

View File

@@ -64,5 +64,6 @@ rrmdir(ReportParser::getWorkPath());
if ($nr)
{
Memc::flush();
IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new reports. http://crash.singularityviewer.org/crashes.php ");
$rp = $nr != 1 ? "reports" : "report";
IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/");
}