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