Fix /matrix server delete example
This commit is contained in:
parent
62b19cc70d
commit
5431c8a310
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ def matrix_command_help(args):
|
||||||
"Examples:"
|
"Examples:"
|
||||||
"\n /matrix server listfull"
|
"\n /matrix server listfull"
|
||||||
"\n /matrix server add matrix matrix.org:80"
|
"\n /matrix server add matrix matrix.org:80"
|
||||||
"\n /matrix server del matrix"
|
"\n /matrix server delete matrix"
|
||||||
).format(
|
).format(
|
||||||
delimiter_color=W.color("chat_delimiters"),
|
delimiter_color=W.color("chat_delimiters"),
|
||||||
cmd_color=W.color("chat_buffer"),
|
cmd_color=W.color("chat_buffer"),
|
||||||
|
|
Loading…
Reference in a new issue