scope fixes; moved VERSION to conf()

This commit is contained in:
urlbot
2014-09-27 06:12:34 +02:00
parent 7c9e5e154b
commit f411e1be4d
3 changed files with 5 additions and 3 deletions

View File

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