commit c9121e5
delthas
·
2023-06-19 15:41:12 +0000 UTC
parent 408939b
doc: Advertise SEARCH on the main doc
2 files changed,
+4,
-2
+3,
-1
1@@ -10,7 +10,8 @@ senpai is an IRC client that works best with bouncers:
2
3 - no logs are kept,
4 - history is fetched from the server via [CHATHISTORY],
5-- networks are fetched from the server via [bouncer-networks].
6+- networks are fetched from the server via [bouncer-networks],
7+- messages can be searched in logs via [SEARCH].
8
9 ## Installing
10
11@@ -56,5 +57,6 @@ Copyright (C) 2021 The senpai Contributors
12
13 [bouncer-networks]: https://git.sr.ht/~emersion/soju/tree/master/item/doc/ext/bouncer-networks.md
14 [CHATHISTORY]: https://ircv3.net/specs/extensions/chathistory
15+[SEARCH]: https://github.com/ircv3/ircv3-specifications/pull/496
16 [Libera.Chat]: https://libera.chat/
17 [ml]: https://lists.sr.ht/~delthas/senpai-dev
+1,
-1
1@@ -201,7 +201,7 @@ func init() {
2 AllowHome: true,
3 MaxArgs: 1,
4 Usage: "<text>",
5- Desc: "searches messages in a target",
6+ Desc: "search messages in a target",
7 Handle: commandDoSearch,
8 },
9 "SHRUG": {