General IRC chat will be colored in-game

This commit is contained in:
Anand S 2018-04-23 09:56:39 +05:30
parent fc6da152f7
commit 8a74f1271d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function irc.logChat(message)
end
function irc.sendLocal(message)
minetest.chat_send_all(message)
minetest.chat_send_all(minetest.colorize("#0099ff", message))
irc.logChat(message)
end