Skip to content

Commit

Permalink
Add timestamp documentation for /roomevents add (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska authored and Bär Halberkamp committed Oct 27, 2018
1 parent 5810799 commit e92fcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat-plugins/room-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ exports.commands = {
},
roomeventshelp: [
`/roomevents - Displays a list of upcoming room-specific events.`,
`/roomevents add [event name] | [event date/time] | [event description] - Adds a room event. Requires: @ # & ~`,
`/roomevents add [event name] | [event date/time] | [event description] - Adds a room event. A timestamp in event date/time field like YYYY-MM-DD HH:MM±hh:mm will be displayed in user's timezone. Requires: @ # & ~`,
`/roomevents remove [event name] - Deletes an event. Requires: @ # & ~`,
`/roomevents view [event name] - Displays information about a specific event.`,
`/roomevents sortby [column name] | [asc/desc (optional)] - Sorts events table by column name and an optional argument to ascending or descending order. Ascending order is default`,
Expand Down

0 comments on commit e92fcc9

Please sign in to comment.