#742 Create test that plugin.yml corresponds to command definitions

- Create test
- Fix definitions to correspond
This commit is contained in:
ljacqu
2016-06-02 15:49:21 +02:00
parent e75cff5fb8
commit 9b5009eb8c
3 changed files with 104 additions and 4 deletions
+2
View File
@@ -28,12 +28,14 @@ commands:
changepassword:
description: Change password of an account
usage: /changepassword <oldPassword> <newPassword>
aliases: [cp,changepass]
logout:
description: Logout
usage: /logout
unregister:
description: Unregister your account
usage: /unregister <password>
aliases: [unreg]
email:
description: Add Email or recover password
usage: '/email add your@email.com your@email.com|change oldEmail newEmail|recovery your@email.com'