コード例 #1
0
ファイル: NotifyUs.cs プロジェクト: benapetr/wikimedia-bot
 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);
 }