# HG changeset patch # User terom # Date 1459290562 -10800 # Node ID 47dbaa6b13b018366d5bdce08ebde0273e311986 # Parent a2f622ca926ff87501ca397655706856eaf89196 qmsk.irclogs: config LogChannel tempire diff -r a2f622ca926f -r 47dbaa6b13b0 qmsk/irclogs/config.py --- a/qmsk/irclogs/config.py Wed Mar 30 01:29:05 2016 +0300 +++ b/qmsk/irclogs/config.py Wed Mar 30 01:29:22 2016 +0300 @@ -46,9 +46,9 @@ LogDirectory(relpath('/home/spbot/irclogs/openttd'), LOG_TIMEZONE, LOG_PARSER, LOG_DECODER, LOG_FILENAME_FMT) ), - LogChannel('test', "TEST", "#test", - LogDirectory(relpath('/home/spbot/irclogs/test'), LOG_TIMEZONE, LOG_PARSER, LOG_DECODER, LOG_FILENAME_FMT) - ) + LogChannel('tempire', "OFTC", "#transportempire", + LogDirectory(relpath('/home/spbot/irclogs/tempire'), LOG_TIMEZONE, LOG_PARSER, LOG_DECODER, LOG_FILENAME_FMT) + ), ]) # URL to the hgweb installation for this code