sites/irclogs.qmsk.net/channels.py
branchsites
changeset 42 5a72c00c4ae4
parent 41 9585441a4bfb
equal deleted inserted replaced
41:9585441a4bfb 42:5a72c00c4ae4
    19     
    19     
    20     # the statically defined channel list
    20     # the statically defined channel list
    21     CHANNELS = {
    21     CHANNELS = {
    22         'tycoon':   LogChannel('tycoon', "OFTC", "#tycoon", 
    22         'tycoon':   LogChannel('tycoon', "OFTC", "#tycoon", 
    23             LogDirectory(relpath('logs/tycoon'), pytz.timezone('Europe/Helsinki'))
    23             LogDirectory(relpath('logs/tycoon'), pytz.timezone('Europe/Helsinki'))
       
    24         ),
       
    25         'openttd':   LogChannel('openttd', "OFTC", "#openttd", 
       
    26             LogDirectory(relpath('logs/openttd'), pytz.timezone('Europe/Helsinki'))
    24         ),
    27         ),
    25     }
    28     }
    26 
    29 
    27     def __init__ (self, channels) :
    30     def __init__ (self, channels) :
    28         """
    31         """