added commands to create/delete/list usernotes

This commit is contained in:
Sheldan
2020-05-17 23:13:01 +02:00
parent 0260862e8e
commit 20f8e422a2
27 changed files with 463 additions and 1 deletions

View File

@@ -0,0 +1 @@
Lists all the user notes or only the user notes from a singular user from this server. The output contains the text of the note, the date it was created and the id of the user note.

View File

@@ -0,0 +1 @@
${user} has note ${noteId} with text ${noteText} on ${date}