1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

add 'src' alias for 'source'

This commit is contained in:
urlbot
2015-01-04 07:39:58 +01:00
parent 2761a94dcd
commit 8dd576b364

View File

@@ -250,7 +250,7 @@ def command_source(args):
'ratelimit_class': RATE_GLOBAL
}
if 'source' != args['argv0']:
if not args['argv0'] in ('source', 'src'):
return
logger('plugin', 'sent source URL')