config.py
changeset 81 745032a57803
parent 79 43ac75054d5c
child 82 afd3120ec71e
--- a/config.py	Tue Feb 10 03:22:43 2009 +0200
+++ b/config.py	Tue Feb 10 03:48:51 2009 +0200
@@ -31,6 +31,7 @@
 
 # the log parser that we use
 LOG_PARSER                      = IrssiParser(LOG_TIMEZONE, LOG_TIMESTAMP_FMT)
+LOG_PARSER_FULLTS               = IrssiParser(LOG_TIMEZONE, '%Y%m%d%H%M%S')
 
 # the statically defined channel list
 LOG_CHANNELS                    = ChannelList([
@@ -41,6 +42,10 @@
     LogChannel('openttd',   "OFTC",     "#openttd", 
         LogDirectory(relpath('logs/openttd'),   LOG_TIMEZONE, LOG_PARSER, LOG_CHARSET, LOG_FILENAME_FMT)
     ),
+
+    LogChannel('test',      "TEST",     "#test",
+        LogDirectory(relpath('/home/terom/irclogs/test'),  LOG_TIMEZONE, LOG_PARSER_FULLTS, LOG_CHARSET, LOG_FILENAME_FMT)
+    )
 ])
 
 # date format for URLs