Re-enable ÍRC notifications

This commit is contained in:
Latif Khalifa
2014-01-29 05:22:09 +01:00
parent f5bbc2cd4a
commit 95602b2597

2
htdocs/batch_process.php Normal file → Executable file
View File

@@ -74,7 +74,7 @@ if ($nr)
{
Memc::flush();
$rp = $nr != 1 ? "reports" : "report";
//IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/");
IRCNotify::send("#SingularityViewer", "[CrashProcessor] $nr new $rp. http://crash.singularityviewer.org/");
}
Session::GC();