From af94d88e8e597bc40d0bd4c0258ae8aa7d848d90 Mon Sep 17 00:00:00 2001 From: Michal Cieslakiewicz Date: Sun, 11 Nov 2018 11:28:07 +0100 Subject: [PATCH] furnacemonitor: duplicated array removed. Duplicated message color array removed, version local to on_punch callback left. Signed-off-by: Michal Cieslakiewicz --- furnacemonitor/init.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/furnacemonitor/init.lua b/furnacemonitor/init.lua index b60babf..758f9a5 100644 --- a/furnacemonitor/init.lua +++ b/furnacemonitor/init.lua @@ -38,16 +38,6 @@ furnacemonitor = {} ---[[ - --------- - Variables - --------- -]]-- - --- chat message state colors -local msgclr = { ["fault"] = "#FFBFBF", ["standby"] = "#00FFFF", - ["stopped"] = "#BFBFFF", ["running"] = "#BFFFBF" } - --[[ ------- Helpers