slitaz-forge diff irc/src/org/jibble/logbot/LogBotMain.java @ rev 325

irc: Updated irc sources. Thanks Trixar_za.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 10 08:47:21 2012 +0000 (2012-08-10)
parents 1f7157de4e1f
children
line diff
     1.1 --- a/irc/src/org/jibble/logbot/LogBotMain.java	Wed Feb 29 16:00:42 2012 -0500
     1.2 +++ b/irc/src/org/jibble/logbot/LogBotMain.java	Fri Aug 10 08:47:21 2012 +0000
     1.3 @@ -23,7 +23,9 @@
     1.4          }
     1.5  
     1.6          LogBot.copy(new File("html/style.css"), new File(outDir, "style.css"));
     1.7 -		LogBot.copy(new File("html/index.php"), new File(outDir, "index.php"));
     1.8 +        LogBot.copy(new File("html/logo.png"), new File(outDir, "logo.png"));
     1.9 +        LogBot.copy(new File("html/favicon.ico"), new File(outDir, "favicon.ico"));
    1.10 +        LogBot.copy(new File("html/index.php"), new File(outDir, "index.php"));
    1.11          
    1.12          BufferedWriter writer = new BufferedWriter(new FileWriter(new File(outDir, "config.inc.php")));
    1.13          writer.write("<?php");