mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-05 09:00:24 +00:00
added commands to create/delete/list usernotes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Shows all user notes/user notes from a user
|
||||
@@ -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.
|
||||
@@ -0,0 +1 @@
|
||||
The user to retrieve the user notes for.
|
||||
@@ -0,0 +1 @@
|
||||
listNotes [user]
|
||||
@@ -0,0 +1 @@
|
||||
User notes on this server
|
||||
@@ -0,0 +1 @@
|
||||
User notes for user ${user}
|
||||
@@ -0,0 +1 @@
|
||||
No notes.
|
||||
@@ -0,0 +1 @@
|
||||
${user} has note ${noteId} with text ${noteText} on ${date}
|
||||
@@ -0,0 +1 @@
|
||||
User notes
|
||||
@@ -0,0 +1 @@
|
||||
Note not found.
|
||||
Reference in New Issue
Block a user