Tweaked messages
This commit is contained in:
parent
ba7304a071
commit
ff11ba760f
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
@ -29,7 +29,7 @@ config()
|
||||||
if not hasattr(bot, 'config'):
|
if not hasattr(bot, 'config'):
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
print 'Connecting to IRC'
|
print 'Connecting to IRC...'
|
||||||
|
|
||||||
bot.conns = {}
|
bot.conns = {}
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ bot.persist_dir = os.path.abspath('persist')
|
||||||
if not os.path.exists(bot.persist_dir):
|
if not os.path.exists(bot.persist_dir):
|
||||||
os.mkdir(bot.persist_dir)
|
os.mkdir(bot.persist_dir)
|
||||||
|
|
||||||
print 'Running main loop'
|
print 'Connection(s) made, bot online...'
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
reload() # these functions only do things
|
reload() # these functions only do things
|
||||||
|
|
Reference in a new issue