Tweaked messages

This commit is contained in:
neersighted 2012-04-02 08:22:13 -07:00
parent ba7304a071
commit ff11ba760f

4
bot.py
View file

@ -29,7 +29,7 @@ config()
if not hasattr(bot, 'config'):
exit()
print 'Connecting to IRC'
print 'Connecting to IRC...'
bot.conns = {}
@ -50,7 +50,7 @@ bot.persist_dir = os.path.abspath('persist')
if not os.path.exists(bot.persist_dir):
os.mkdir(bot.persist_dir)
print 'Running main loop'
print 'Connection(s) made, bot online...'
while True:
reload() # these functions only do things