Add an elite, secret way of getting the dashboard

This commit is contained in:
Nick Chambers 2021-06-30 22:53:38 -05:00 committed by Nick Chambers
parent 4fd0dbbdd7
commit 3d046ed566

View file

@ -1058,7 +1058,7 @@ hook_cmd_control_panel() {
privmsg "$recipient" "$msg" privmsg "$recipient" "$msg"
privmsg "$to" "sent message to $recipient" privmsg "$to" "sent message to $recipient"
;; ;;
dashboard) dashboard|lore)
declare -p LORE_LONGEST_LIFE declare -p LORE_LONGEST_LIFE
privmsg "$to" "legend began on $(printf '%(%c)T' "$LORE_START_TIME")" privmsg "$to" "legend began on $(printf '%(%c)T' "$LORE_START_TIME")"
privmsg "$to" "this life began on $(printf '%(%c)T' "$LORE_THIS_RELOAD")" privmsg "$to" "this life began on $(printf '%(%c)T' "$LORE_THIS_RELOAD")"