]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/irclog2html.pl
better logging from dondelelcaro
[infobot.git] / scripts / irclog2html.pl
index b19a1dbd5916887e11466dea00d9448e022db0b0..41bfa17a0de5c5ba627063a294d490aeff8a7408 100755 (executable)
@@ -68,6 +68,24 @@ sub header {
 </head>
 <body text="#000000" bgcolor="#ffffff">
 <h1>IRC log for $channel on $date</h1>
+<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
+<!-- Default -->
+<ins class="adsbygoogle"
+     style="display:inline-block;width:728px;height:90px"
+     data-ad-client="ca-pub-1563266826402652"
+     data-ad-slot="5026919875"></ins>
+<script>
+(adsbygoogle = window.adsbygoogle || []).push({});
+</script>
+<form action="http://www.google.com" id="cse-search-box">
+  <div>
+    <input type="hidden" name="cx" value="partner-pub-1563266826402652:3301963896" />
+    <input type="hidden" name="ie" value="UTF-8" />
+    <input type="text" name="q" size="55" />
+    <input type="submit" name="sa" value="Search" />
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
 };
 
     if ( $STYLE =~ /table/ ) {