Document !logs pagination + add <time> for block/unblock documentation under 'anywhere on the inbox server'

master
Dragory 2019-06-09 20:28:22 +03:00
parent 3cf31f37d9
commit 5a352a5073
1 changed files with 4 additions and 4 deletions

View File

@ -32,9 +32,9 @@ See [CHANGELOG.md](CHANGELOG.md)
## Commands ## Commands
### Anywhere on the inbox server ### Anywhere on the inbox server
`!logs <user>` Lists previous modmail logs with the specified user `!logs <user> <page>` Lists previous modmail logs with the specified user. If there are a lot of logs, they will be paginated. In this case, you can specify the page number to view as the second argument.
`!block <user>` Blocks the specified user from using modmail `!block <user> <time>` Blocks the specified user from using modmail. If a time is specified, the block is temporary.
`!unblock <user>` Unblocks the specified user from using modmail `!unblock <user> <time>` Unblocks the specified user from using modmail. If a time is specified, the user will be scheduled to be unblocked after that time.
`!is_blocked <user>` Checks whether the user is blocked and for how long `!is_blocked <user>` Checks whether the user is blocked and for how long
`!s <shortcut> <text>` Adds a snippet (a canned response). See below for how to use it. `!s <shortcut> <text>` Adds a snippet (a canned response). See below for how to use it.
`!edit_snippet <shortcut> <text>` Edits an existing snippet (alias `!es`) `!edit_snippet <shortcut> <text>` Edits an existing snippet (alias `!es`)
@ -47,7 +47,7 @@ See [CHANGELOG.md](CHANGELOG.md)
`!reply <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`) `!reply <text>` Sends a reply to the user in the format "(Role) User: text" (alias `!r`)
`!anonreply <text>` Sends an anonymous reply to the user in the format "Role: text" (alias `!ar`) `!anonreply <text>` Sends an anonymous reply to the user in the format "Role: text" (alias `!ar`)
`!close <time>` Closes the modmail thread. If a time is specified, the thread is scheduled to be closed later. Scheduled closing is cancelled if a message is sent to or received from the user. `!close <time>` Closes the modmail thread. If a time is specified, the thread is scheduled to be closed later. Scheduled closing is cancelled if a message is sent to or received from the user.
`!logs` Lists previous modmail logs with this user `!logs <page>` Lists previous modmail logs with this user. If there are a lot of logs, they will be paginated. In this case, you can specify the page number to view as an argument.
`!block <time>` Blocks the user from using modmail. If a time is specified, the block is temporary. `!block <time>` Blocks the user from using modmail. If a time is specified, the block is temporary.
`!unblock <time>` Unblocks the user from using modmail. If a time is specified, the user will be scheduled to be unblocked after that time. `!unblock <time>` Unblocks the user from using modmail. If a time is specified, the user will be scheduled to be unblocked after that time.
`!!shortcut` Reply with a snippet. Replace `shortcut` with the snippet's actual shortcut. `!!shortcut` Reply with a snippet. Replace `shortcut` with the snippet's actual shortcut.