diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-04-18 16:48:54 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-30 21:11:27 +0200 |
commit | c82299963bd108eb1eb570254c4e356e5f0c3d56 (patch) | |
tree | 9d7bcb83cf03ab589ace965a783427576a1077dc /docs | |
parent | 3d1214aff0e54a010eb1262d7952e96d77243412 (diff) | |
download | wee-slack-c82299963bd108eb1eb570254c4e356e5f0c3d56.tar.gz |
Support only reprinting the buffer with /rehistory
Without any arguments, /rehistory will now just clear the buffer and
print the history again. With -remote, the history will be downloaded
from Slack and processed again.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Commands.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index ca687e4..d47a17b 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -109,10 +109,11 @@ By default GitHub Pages will see a temporary code used to create your token ### rehistory ``` -/rehistory +/rehistory [-remote] ``` Reload the history in the current channel. +With -remote the history will be downloaded again from Slack. ### reply |