From: Olav Bakke Svendsen Date: Thu, 30 May 2024 19:29:42 +0000 (+0200) Subject: Updated chat message formatting X-Git-Tag: rscr X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=99addd12fc9d131f18557f2878fd9e1cb8a9bf1e;p=cc.git Updated chat message formatting --- diff --git a/rscr/controller.lua b/rscr/controller.lua index 8d7c79e..ddc71cf 100644 --- a/rscr/controller.lua +++ b/rscr/controller.lua @@ -110,7 +110,7 @@ local set_timeout = function() end if #set_times >= 20 then if chatbox then - peripheral.call(chatbox, "sendMessage", "Hey! Stop that!", config.controller_name.." speed controller") + peripheral.call(chatbox, "sendMessage", "Hey! Stop that!", "§6"..config.controller_name, "()", "§6") end return false else