mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add ChatBot logging to file and 'log' command
- log <text> will print '[BOT] text' to the console - logged [BOT] lines can be written to a logfile - chatbotlogfile INI setting is used to set the log file
This commit is contained in:
parent
6f1fcb22ce
commit
162a1414bf
5 changed files with 63 additions and 15 deletions
|
|
@ -85,6 +85,7 @@
|
|||
<Compile Include="Command.cs" />
|
||||
<Compile Include="Commands\Connect.cs" />
|
||||
<Compile Include="Commands\Exit.cs" />
|
||||
<Compile Include="Commands\Log.cs" />
|
||||
<Compile Include="Commands\Reco.cs" />
|
||||
<Compile Include="Commands\Respawn.cs" />
|
||||
<Compile Include="Commands\Script.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue