mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Remove superfluous formatting from message board subject
This commit is contained in:
parent
c1d76f9baa
commit
fdd1fafcfd
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class CmdEvMessageBoard(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
msg = message["message"]
|
||||
lines = msg.message.split("\n")
|
||||
subject = f"|{border_col}Subject:|n {lines[0]}"
|
||||
subject = lines[0]
|
||||
body = "\n".join(lines[1:])
|
||||
author = message["author_name"]
|
||||
date_time = msg.date_created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue