diff --git a/RhinoReminds/ClientListener.cs b/RhinoReminds/ClientListener.cs index 53e4cb0..3403eae 100644 --- a/RhinoReminds/ClientListener.cs +++ b/RhinoReminds/ClientListener.cs @@ -245,18 +245,18 @@ namespace RhinoReminds @"^remind\s+(?:me\s+)?", @"^me\s+", @"^on\s+", - @"my", @"you", @"your", + @"my", @"&" // Ampersands cause a crash when sending! }, new string[] { " ", "", "", "", - "your", @"me", @"my", + "your", @"and" }, RegexOptions.IgnoreCase).Trim();