Merge branch 'master' of github.com:lukeroge/CloudBot

This commit is contained in:
Luke Rogers 2012-02-19 15:02:24 +13:00
commit d627f6f398

3
bot.py
View file

@ -13,10 +13,11 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
class Bot(object):
pass
print 'Welcome to Cloudbot - Version 3/DEV - https://github.com/lukeroge/CloudBot/'
bot = Bot()
print 'Loading plugins'
print 'Loading plugins...'
# bootstrap the reloader
eval(compile(open(os.path.join('core', 'reload.py'), 'U').read(),