Add basic bot command mod

- Intercepts chat messages starting with /bot
- Logs them to telnet only
- Prevents display in game chat
This commit is contained in:
Claude
2025-11-23 17:15:09 +00:00
commit d344ea0e1c
2 changed files with 37 additions and 0 deletions

9
ModInfo.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="BotCommandMod"/>
<Description value="Intercepts chat messages starting with /bot and logs them to telnet only"/>
<Author value="Claude"/>
<Version value="1.0.0"/>
</ModInfo>
</xml>