Spacing in prefixes
Closed this issue ยท 2 comments
Hello, is it possible to add spaces at the end of a prefix via a command?
What I want: [test] Bob: blah
What I get: [test]Bob: blah
This is the command I use: /lp user Bob meta addprefix 50 '[test] '
Note: The 's aren't there, they're simply to show the space at the end.
You should use double quotes, not single ones. Try /lp user Bob meta addprefix 50 "[test] "