private void Deliver(Notification notification) { if (notification.Message == null) return; IRC.DeliverMessage("Hi " + notification.User + ", " + notification.Source_Name + " was looking for you and wanted me to tell you this when you are here: " + notification.Message, notification.User); }