mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
Add line break to message board default description
This commit is contained in:
parent
f654488495
commit
0bf8e0e5d1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class EvMessageBoard(DefaultObject):
|
|||
self.locks.add("get:false();post:all();change:all();manage:perm(Builder)")
|
||||
self.tags.add("message_board", "contrib")
|
||||
self.db.desc = (
|
||||
"A board on which messages can be posted. Use the |hboard|n command to "
|
||||
"A board on which messages can be posted. Use the |hboard|n command to\n"
|
||||
"read and post to it (if you have the required permissions)."
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue