Closed uncovery closed 7 years ago
If you enter
/ws whatever
It will always show you a help for the command, essentially showing:
/whatever whatever
as command help. Instead, the plugin system should tell you that the command does not exist.
The issue is here: https://github.com/uncovery/uncovery_me/blob/master/plugin.php#L93 When there is no command, it just shows the help.
If you enter
/ws whatever
It will always show you a help for the command, essentially showing:
/whatever whatever
as command help. Instead, the plugin system should tell you that the command does not exist.