Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc/meetingLocalConfig-example.py
blob: 3263eb6a1f2477918b472bc3cbc2449c5fdf59cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/richard/meetbot/'
    logUrlPrefix = 'http://rkd.zgib.net/meetbot/'

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