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:
@@ -250,7 +250,7 @@ def command_source(args):
|
|||||||
'ratelimit_class': RATE_GLOBAL
|
'ratelimit_class': RATE_GLOBAL
|
||||||
}
|
}
|
||||||
|
|
||||||
if 'source' != args['argv0']:
|
if not args['argv0'] in ('source', 'src'):
|
||||||
return
|
return
|
||||||
|
|
||||||
logger('plugin', 'sent source URL')
|
logger('plugin', 'sent source URL')
|
||||||
|
|||||||
Reference in New Issue
Block a user