Added a startup message

This commit is contained in:
lukeroge 2012-02-17 14:44:51 +13:00
parent 0eb3775e61
commit 487628222c

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(),