From 9b30109af83121b675b03c9b27dc895fc8426fe4 Mon Sep 17 00:00:00 2001 From: "Filip H.F. \"FiXato\" Slagter" Date: Sat, 9 Jun 2012 01:37:15 +0200 Subject: Use the channel_title in one more position Update for the lowercase channelname fix. --- logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logbot.py b/logbot.py index 322031d..3e54ec8 100755 --- a/logbot.py +++ b/logbot.py @@ -262,7 +262,7 @@ class Logbot(SingleServerIRCBot): write_string("%s/index.html" % chan_path, html_header.replace("%title%", "%s | Logs" % channel_title)) # Append channel to log index - append_line("%s/index.html" % LOG_FOLDER, '%s' % (channel.replace("#", "%23"), channel)) + append_line("%s/index.html" % LOG_FOLDER, '%s' % (channel.replace("#", "%23"), channel_title)) # Current log time = strftime("%H:%M:%S") -- cgit v1.2.3