From a5aa62358ce4f76fdf5a2272230556edbdb6d9f3 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Sat, 21 Apr 2012 15:54:22 +1200 Subject: [PATCH] Tweaked a string --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 2ee8ca6..1aea8bc 100755 --- a/bot.py +++ b/bot.py @@ -60,7 +60,7 @@ bot.persist_dir = os.path.abspath('persist') if not os.path.exists(bot.persist_dir): os.mkdir(bot.persist_dir) -print 'Connection(s) made, bot online...' +print 'Connection(s) made.' while True: reload() # these functions only do things