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

fix "help" globbing

This commit is contained in:
urlbot
2014-09-27 16:15:01 +02:00
parent c9f8237f25
commit afd79c49a6

View File

@@ -120,6 +120,9 @@ def command_help(args):
if 'help' == word:
flag = True
if False == flag: # no match on 'help'
return None
if None == cmd:
return {
'msg': args['reply_user'] + ': no command given'