Change color to right angled brackets
This commit is contained in:
parent
8ffdefa908
commit
40c84728d4
@ -369,7 +369,9 @@ if minetest.global_exists("irc") then
|
|||||||
color = ""
|
color = ""
|
||||||
clear = ""
|
clear = ""
|
||||||
end
|
end
|
||||||
return ("%s%s%s <%s> %s"):format(color, tname, clear, name, message)
|
local abrace = color .. "<" .. clear
|
||||||
|
local bbrace = color .. ">" .. clear
|
||||||
|
return ("%s%s%s %s"):format(abrace, name, bbrace, message)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user