// Public method to remove user from notifyMe list public void removeMe(string username) { WebCalls.removeNotifyUser(username); usersToNotify.Remove(username); if (Common.WhisperClient != null) { Common.WhisperClient.SendWhisper(username, "You will no longer be notified when Burke goes live. :( To be notified again, whisper !notifyme", Common.DryRun); } }