Made multi-command-match display on multiple lines

This commit is contained in:
Griatch 2015-06-20 23:48:09 +02:00
parent 71389fd6fe
commit 8ac424c216

View file

@ -283,5 +283,5 @@ def at_multimatch_cmd(caller, matches):
cmdname, arg, cmd, dum, dum = match
get_extra_info = cmd.get_extra_info(caller)
string += "%s-%s%s" % (num + 1, cmdname, get_extra_info)
string += "\n %s-%s%s" % (num + 1, cmdname, get_extra_info)
return string