mirror of
https://github.com/minetest-mods/irc.git
synced 2025-02-11 14:20:22 +01:00
General IRC chat will be colored in-game
This commit is contained in:
parent
fc6da152f7
commit
8a74f1271d
@ -8,7 +8,7 @@ function irc.logChat(message)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function irc.sendLocal(message)
|
function irc.sendLocal(message)
|
||||||
minetest.chat_send_all(message)
|
minetest.chat_send_all(minetest.colorize("#0099ff", message))
|
||||||
irc.logChat(message)
|
irc.logChat(message)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user