index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | logbot.py | 1 |
@@ -329,6 +329,7 @@ class Logbot(SingleServerIRCBot): # Create channel index write_string("%s/index.html" % chan_path, html_header.replace("%title%", "%s | Logs" % channel_title)) + append_line("%s/index.html" % chan_path, '<a href="latest.html">latest (bookmarkable)</a>') # Append channel to log index append_line("%s/index.html" % LOG_FOLDER, '<a href="%s/index.html">%s</a>' % (channel.replace("#", "%23"), channel_title)) |