Rename stats command to dashboard

This commit is contained in:
Nick Chambers 2021-06-30 22:29:10 -05:00
parent 6304235dc4
commit fe603c0529
1 changed files with 1 additions and 1 deletions

View File

@ -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")"