Expand channel help entry

This commit is contained in:
Griatch 2021-05-10 23:28:41 +02:00
parent b9f0af6413
commit c9d40e7c81
7 changed files with 120 additions and 38 deletions

View file

@ -153,7 +153,7 @@ class CmdHelp(COMMAND_DEFAULT_CLASS):
else:
aliases = ''
help_text = "\n\n" + dedent(help_text.strip(), indent=0) + "\n" if help_text else ""
help_text = "\n\n" + dedent(help_text.strip('\n')) + "\n" if help_text else ""
if subtopics:
subtopics = (