mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
@color didn't escape the | symbol after it became used as an ansi control character, which messed up the formatting of the help file
This commit is contained in:
parent
7f63393cb7
commit
cd04ea4c62
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ class CmdColorTest(COMMAND_DEFAULT_CLASS):
|
|||
testing which colors your client support
|
||||
|
||||
Usage:
|
||||
@color ansi|xterm256
|
||||
@color ansi||xterm256
|
||||
|
||||
Prints a color map along with in-mud color codes to use to produce
|
||||
them. It also tests what is supported in your client. Choices are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue