2 # -*- coding: utf-8 -*-
4 """Configuration file for arenopage bot"""
6 # folders configuration
7 folders
= { 'plugins' : './plugins', 'logs' : './logs' }
8 if not folders
['plugins'] in sys
.path
: sys
.path
.append(folders
['plugins'])
9 # configuration of connecting
11 'host' : 'irc.freenode.net',
14 'ident' : 'arenopage',
15 'name' : 'owner: pagenoare',
16 'channels' : ['#webtips-pl'],
20 # how plugins load on start?
21 plugins_auto_load
= ['log']