diff --git a/MinecraftClient/ChatBots/AutoRespond.cs b/MinecraftClient/ChatBots/AutoRespond.cs index 974ac8e6..bb14c5b1 100644 --- a/MinecraftClient/ChatBots/AutoRespond.cs +++ b/MinecraftClient/ChatBots/AutoRespond.cs @@ -203,6 +203,7 @@ namespace MinecraftClient.ChatBots msgType = MessageType.Public; else if (IsPrivateMessage(text, ref message, ref sender)) msgType = MessageType.Private; + else message = text; //Do not process messages sent by the bot itself if (msgType == MessageType.Other || sender != Settings.Username)