diff --git a/cookbook/pim_functions.php b/cookbook/pim_functions.php index 296afa5..65cb0d2 100644 --- a/cookbook/pim_functions.php +++ b/cookbook/pim_functions.php @@ -39,7 +39,9 @@ function GetCurrentTask(){ Markup("timetable", "fulltext", "/\(:timetable:\)/", "\n||border=1\n||!Time ||!Action ||\n" - .preg_replace("/.* (\d+) (\d+).* \/(.*)/","||$1:$2||$3||",file_get_contents("/home/utopiah/.irssi/cron.save")) + .preg_replace("/echo -level HILIGHT -window 1 /","", + preg_replace("/.* (\d+) (\d+).* \/(.*)/","||$1:$2||$3||",file_get_contents("/home/utopiah/.irssi/cron.save")) + ) .""); //load a dedicated edition page for the admin (shouldn't be hard coded but I dont use Auth)