moved VERSION stuff to common.py

This commit is contained in:
urlbot
2014-09-27 09:41:29 +02:00
parent aae684170d
commit e721c328f7
4 changed files with 17 additions and 19 deletions

View File

@@ -108,7 +108,7 @@ def command_version(args):
if 'version' in args['data']:
return {
'msg': args['reply_user'] + (''': I'm running ''' + conf('version'))
'msg': args['reply_user'] + (''': I'm running ''' + VERSION)
}
def command_unicode(args):