From 38d9159f509c5234cb270fd4b87b4c5476e9c88d Mon Sep 17 00:00:00 2001 From: 3nd3r Date: Tue, 30 Dec 2025 22:56:15 -0600 Subject: [PATCH] Label legacy bucket in globaltop --- src/duckhuntbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duckhuntbot.py b/src/duckhuntbot.py index dbc22e2..bf9c6be 100644 --- a/src/duckhuntbot.py +++ b/src/duckhuntbot.py @@ -1086,7 +1086,7 @@ class DuckHuntBot: if channel_key.startswith('#') or channel_key.startswith('&'): return channel_key if channel_key == '__global__': - return "global" + return "legacy" if channel_key == '__pm__': return "pm" if channel_key == '__unknown__':