projects
/
cc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88f6268
)
Updated chat message formatting
rscr
author
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 30 May 2024 19:29:42 +0000
(21:29 +0200)
committer
Olav Bakke Svendsen
<mail@olavbs.no>
Thu, 30 May 2024 19:29:42 +0000
(21:29 +0200)
rscr/controller.lua
patch
|
blob
|
history
diff --git
a/rscr/controller.lua
b/rscr/controller.lua
index 8d7c79e8f196f0fb1f29fa184a18ebaabde368a5..ddc71cfc6d5b5eecb196cb33386ed116daae0375 100644
(file)
--- 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