diff options
| author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2026-04-21 23:25:07 +0200 |
|---|---|---|
| committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2026-04-21 23:25:07 +0200 |
| commit | 89a347c941b67d46f6910cd8560384af1b1e9275 (patch) | |
| tree | 107087d103870cef1598679fdd116c605993b932 /tts | |
first commit
Diffstat (limited to 'tts')
| -rw-r--r-- | tts/init.lua | 4 | ||||
| -rw-r--r-- | tts/mod.conf | 1 |
2 files changed, 5 insertions, 0 deletions
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 |
