summaryrefslogtreecommitdiff
path: root/baserock_webserver/irclogs/meetingLocalConfig.py
blob: 336baf53185d26e77678e922c275a1fa57a75493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Richard Darst, July 2009
#
# Minimal meetingLocalConfig.py
#
# This file is released into the public domain, or released under the
# supybot license in areas where releasing into the public domain is
# not possible.
#

class Config(object):
    # These are "required":
    logFileDir = '/home/supybot/meetings/'
    logUrlPrefix = 'https://irclogs.baserock.org/meetings/'

    # These, you might want to change:
    #MeetBotInfoURL = 'http://wiki.debian.org/MeetBot'
    #filenamePattern = '%(channel)s/%%Y/%(channel)s.%%F-%%H.%%M'