index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-11-27 19:25:52 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-27 19:25:52 +0100 |
commit | d11ca4ffc9ec5a896d974191dd449eeb9820c17c (patch) | |
tree | 4759e775bc54fb23de7802f56fa9302c8cb20819 | |
parent | 5d50bb028fa8965c78f86d0d329313401fd1c3cd (diff) |
-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)) |