diff --git a/RhinoReminds/ClientListener.cs b/RhinoReminds/ClientListener.cs index b8dcf5c..41bdc06 100644 --- a/RhinoReminds/ClientListener.cs +++ b/RhinoReminds/ClientListener.cs @@ -383,7 +383,7 @@ namespace RhinoReminds Jid targetJid = nextReminder.Jid; // Apparently nextReminder is null after the sendAndDeleteReminder() call - very odd! sendAndDeleteReminder(nextReminder); - if (nextWaitingTime.TotalMilliseconds < 0) { + if (nextWaitingTime.TotalMilliseconds < -1) { client.SendChatMessage( targetJid, "(Sorry I'm late reminding you! I might not have been running at the time, " +