From 89a347c941b67d46f6910cd8560384af1b1e9275 Mon Sep 17 00:00:00 2001 From: vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:25:07 +0200 Subject: first commit --- tts/init.lua | 4 ++++ tts/mod.conf | 1 + 2 files changed, 5 insertions(+) create mode 100644 tts/init.lua create mode 100644 tts/mod.conf (limited to 'tts') diff --git a/tts/init.lua b/tts/init.lua new file mode 100644 index 0000000..05db6a4 --- /dev/null +++ b/tts/init.lua @@ -0,0 +1,4 @@ +core.register_on_receiving_chat_message(function(message) + core.log("action", "[CHATTTS] " .. message) + return false +end) diff --git a/tts/mod.conf b/tts/mod.conf new file mode 100644 index 0000000..ea4eccf --- /dev/null +++ b/tts/mod.conf @@ -0,0 +1 @@ +name = tts -- cgit v1.2.3