From 6efdac73657d11f9aa768d934457ea8a22b67531 Mon Sep 17 00:00:00 2001
From: Jacob Nevins
Date: Wed, 3 Jul 2019 12:39:53 +0100
Subject: [PATCH] Document new ~blame syntax added in 5b81b760d2.
---
servus.html | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/servus.html b/servus.html
index efd8fa3..58de613 100644
--- a/servus.html
+++ b/servus.html
@@ -74,13 +74,18 @@ class="code">~command. Alternatively, you may pass commands by
blame #trouts text
or:
blame #flirts text
or:
blame #slashes text
or:
-blame #last
+blame #last
or:
+blame #last 2
The first form will search for text in the
trouts, flirts, and slashes lists, and return information on
when the relevant item was added, and by whom. The next three
- forms restrict the search to the specified list. The last form
- is a special case that searches for the last trout, flirt, or
- slash that Servus emitted.
+ forms (#trouts,
+ #flirts,
+ #slashes) restrict the search to the
+ specified list. #last is a special
+ case that searches for the last trout, flirt, or slash that
+ Servus emitted. #last 2 searches for
+ the last-but-one utterance; the last ten are remembered.
The syntax is:
--
2.30.2