Add 'Debug' command for toggling debug messages

See #223
This commit is contained in:
ORelio 2017-03-15 19:14:58 +01:00
parent a220ee272c
commit 6505fcccb3
3 changed files with 25 additions and 0 deletions

View file

@ -87,6 +87,7 @@
<Compile Include="ChatBot.cs" />
<Compile Include="Command.cs" />
<Compile Include="Commands\Connect.cs" />
<Compile Include="Commands\Debug.cs" />
<Compile Include="Commands\Move.cs" />
<Compile Include="Commands\Exit.cs" />
<Compile Include="Commands\Log.cs" />