option "no-double-slash" not working
Fchen48 opened this issue ยท 5 comments
Describe the bug
The option no-double-slash
doesn't affect the commands, regardless of what is set (true or false) all commands have to start with a double slash (//
)
To Reproduce
- set
no-double-slash
totrue
- restart server
- try commands like
/pos1
,/set 1
, ...
Expected behavior
Commands should work with a single slash.
Screenshots
Additional context
Nothing more to say.
This is intentional, the setting was removed. Only issue here is that the default configs still ship it.
- you're probably about the only person who used it
- it was a massive hack, relying on broken platform-dependent redirection
- we switched to a new command system and saw no reason to re-write the "feature" in.