resolve #1448, fix 'no help entry' not popping up in webclient

This commit is contained in:
Ryan Stein 2017-10-10 12:51:09 -04:00
parent 70fea693e6
commit 53a4fc0b66
5 changed files with 15 additions and 9 deletions

View file

@ -267,7 +267,7 @@ class CmdHelp(Command):
return
# no exact matches found. Just give suggestions.
self.msg(self.format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions))
self.msg((self.format_help_entry("", "No help entry found for '%s'" % query, None, suggested=suggestions), {"type": "help"}))
def _loadhelp(caller):