From 525da64d854c2daa333bfae49c3ea5e404d3c11e Mon Sep 17 00:00:00 2001 From: K7ZVX Date: Tue, 5 May 2026 23:50:19 +0000 Subject: [PATCH] chore: Change freq51 to Mesh in !health output Co-Authored-By: Claude Opus 4.5 --- meshai/mesh_reporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshai/mesh_reporter.py b/meshai/mesh_reporter.py index 0400f06..799bdc4 100644 --- a/meshai/mesh_reporter.py +++ b/meshai/mesh_reporter.py @@ -1535,7 +1535,7 @@ class MeshReporter: mood = "critical" # Each line ends with period so chunker sends each as separate message - lines = [f"📡 freq51 {dot} {mood}."] + lines = [f"📡 Mesh {dot} {mood}."] offline_infra = [n for n in health.nodes.values() if n.is_infrastructure and not n.is_online] if offline_infra: