mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
moved VERSION stuff to common.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user