Made startup message more dynamic (using data from headers)
This commit is contained in:
parent
284733d91a
commit
fef9e81a2e
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -23,7 +23,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
|
||||||
class Bot(object):
|
class Bot(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
print 'CloudBot 1.x (DEVELOPMENT) <https://github.com/ClouDev/CloudBot/>'
|
print 'CloudBot %s (%s) <http://git.io/cloudbotirc>' % (__version__, __status__)
|
||||||
|
|
||||||
bot = Bot()
|
bot = Bot()
|
||||||
bot.start_time = time.time()
|
bot.start_time = time.time()
|
||||||
|
|
Reference in a new issue