From 487628222c391c463d5cca65144fa160197aab6e Mon Sep 17 00:00:00 2001 From: lukeroge Date: Fri, 17 Feb 2012 14:44:51 +1300 Subject: [PATCH] Added a startup message --- bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4d5836a..c203c14 100644 --- a/bot.py +++ b/bot.py @@ -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(),