[irclogs grepper Panu Kalliokoski **20140529181229 Ignore-this: acc80355cb84eb733d422e83b15a2092 ] { addfile ./greplogs.php hunk ./greplogs.php 1 + +
+ channel pattern
+"> date pattern
+ content pattern
+ +
+$output"; + $f = urlencode($_GET['file']); + echo "Show the whole log"; +} else foreach (explode("\n", $output) as $file) { + $p = urlencode($_GET['pattern']); + $f = urlencode($file); + echo "
  • $file
  • "; +} + }