Updated chat message formatting rscr
authorOlav Bakke Svendsen <mail@olavbs.no>
Thu, 30 May 2024 19:29:42 +0000 (21:29 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Thu, 30 May 2024 19:29:42 +0000 (21:29 +0200)
rscr/controller.lua

index 8d7c79e8f196f0fb1f29fa184a18ebaabde368a5..ddc71cfc6d5b5eecb196cb33386ed116daae0375 100644 (file)
@@ -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