From 29b494bbd3c1ef0301307435af1164e398bc6b13 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Wed, 30 Jun 2021 22:29:10 -0500 Subject: [PATCH] Rename stats command to 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 5c20412..d330701 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" ;; - stats) + dashboard) privmsg "$to" "running since $(printf '%(%c)T' "$START_TIME")" privmsg "$to" "last reload at $(printf '%(%c)T' "$LAST_RELOAD")"