From 0cbb96bc8208967571c184b51d3f8a420256bbbf Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 31 Mar 2015 22:43:26 +0200 Subject: [PATCH] Made addhelp/append us a single line break. Resolves #730. --- evennia/commands/default/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/commands/default/help.py b/evennia/commands/default/help.py index e9bc868a67..c5c9b431ae 100644 --- a/evennia/commands/default/help.py +++ b/evennia/commands/default/help.py @@ -228,7 +228,7 @@ class CmdSetHelp(MuxCommand): if 'merge' in switches: old_entry.entrytext += " " + self.rhs else: - old_entry.entrytext += "\n\n%s" % self.rhs + old_entry.entrytext += "\n%s" % self.rhs self.msg("Entry updated:\n%s" % old_entry.entrytext) return if 'delete' in switches or 'del' in switches: