diff --git a/MinecraftClient/ChatBots/RemoteControl.cs b/MinecraftClient/ChatBots/RemoteControl.cs index 9bf038df..988640f4 100644 --- a/MinecraftClient/ChatBots/RemoteControl.cs +++ b/MinecraftClient/ChatBots/RemoteControl.cs @@ -13,7 +13,7 @@ namespace MinecraftClient.ChatBots { public override void GetText(string text) { - text = GetVerbatim(text); + text = GetVerbatim(text).Trim(); string command = "", sender = ""; if (IsPrivateMessage(text, ref command, ref sender) && Settings.Bots_Owners.Contains(sender.ToLower().Trim())) {