Minecraft-Console-Client/MinecraftClient/Protocol
ZizzyDizzyMC 1223c91d79 Added setting to make sending brand info optional.
sendbrandinfo=true|false was added so we can optionally send client
info.  Enabled by default.
Added sendbrandinfo into auto-generated ini file.
Edited Protocol18.cs to reflect this with an "if" statement before
SendBrandInfo() is called upon.

Fixed minor mistake of not adding chatbotmessages into Parsemode.
Parsemode.Default was being used.
2015-09-04 09:54:38 -04:00
..
Handlers Added setting to make sending brand info optional. 2015-09-04 09:54:38 -04:00
IMinecraftCom.cs Remove padding mechanism 2015-06-19 19:40:18 +02:00
IMinecraftComHandler.cs Add support for C# scripts in scripting bot 2015-06-20 22:58:18 +02:00
ProtocolHandler.cs Fixed issues with passwords containing unicode special characters. 2015-08-17 11:11:09 -07:00