aboutsummaryrefslogtreecommitdiff
path: root/tts/init.lua
blob: 2f7bb99eaeaca5fa8f75b7d249915a52a28085e3 (plain)
1
2
3
4
core.register_on_receiving_chat_message(function(message)
	core.log("action", "[CHATTTS] " .. core.strip_colors(message))
	return false
end)