Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > cae557e097ce46880262cc600fcfa4a9 > files > 31

supybot-Meetbot-0.1.4-10.mga7.noarch.rpm

# 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'