From dd6cc4446f0d2783f6ec5fe03b78f5d09ddc1613 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 30 Jun 2021 22:53:38 -0500 Subject: [PATCH] Add an elite, secret way of getting the dashboard --- deb/usr/local/bin/rowbot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/usr/local/bin/rowbot b/deb/usr/local/bin/rowbot index 7e74261..ab91da6 100755 --- a/deb/usr/local/bin/rowbot +++ b/deb/usr/local/bin/rowbot @@ -1058,7 +1058,7 @@ hook_cmd_control_panel() { privmsg "$recipient" "$msg" privmsg "$to" "sent message to $recipient" ;; - dashboard) + dashboard|lore) declare -p LORE_LONGEST_LIFE privmsg "$to" "legend began on $(printf '%(%c)T' "$LORE_START_TIME")" privmsg "$to" "this life began on $(printf '%(%c)T' "$LORE_THIS_RELOAD")"