aboutsummaryrefslogtreecommitdiffstats
path: root/chat.sr.ht/bouncer-usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'chat.sr.ht/bouncer-usage.md')
-rw-r--r--chat.sr.ht/bouncer-usage.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat.sr.ht/bouncer-usage.md b/chat.sr.ht/bouncer-usage.md
index 626ab9c..215dbfa 100644
--- a/chat.sr.ht/bouncer-usage.md
+++ b/chat.sr.ht/bouncer-usage.md
@@ -99,3 +99,15 @@ channel update <name> -detached=<true|false>`.
Various configuration recommendations for third-party IRC clients are documented
here: [contrib/clients.md](https://git.sr.ht/~emersion/soju/tree/master/item/contrib/clients.md).
+
+## Chat history logs
+
+chat.sr.ht saves logs for all your discussions. Chat history can be fetched via
+the [IRCv3 chathistory extension](https://ircv3.net/specs/extensions/chathistory).
+For instance, the following command fetches the latest 100 messages sent to the
+\#sr.ht channel:
+
+ /quote CHATHISTORY LATEST #sr.ht * 100
+
+To mirror logs locally, [chathistorysync](https://git.sr.ht/~emersion/chathistorysync)
+can be used.