index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
author | Filip H.F. "FiXato" Slagter <fixato@gmail.com> | 2012-06-09 01:37:15 +0200 |
---|---|---|
committer | Filip H.F. "FiXato" Slagter <fixato@gmail.com> | 2012-06-09 01:37:15 +0200 |
commit | 9b30109af83121b675b03c9b27dc895fc8426fe4 (patch) | |
tree | 6aeb0e41896cd227bda4b56cb44fa4362314f70f | |
parent | 930cd6bc11ffd05f92889232051ad851ae4892db (diff) |
-rwxr-xr-x | logbot.py | 2 |
@@ -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, '<a href="%s/index.html">%s</a>' % (channel.replace("#", "%23"), channel)) + append_line("%s/index.html" % LOG_FOLDER, '<a href="%s/index.html">%s</a>' % (channel.replace("#", "%23"), channel_title)) # Current log time = strftime("%H:%M:%S") |