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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user