From a4badecf11513f1d83cd80eb52be7bd8a21ee8cb Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 9 Dec 2013 21:35:25 +0100 Subject: [PATCH] Drop token --- config/static/bin/notify-irc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/static/bin/notify-irc b/config/static/bin/notify-irc index 939807f..4aef2ec 100755 --- a/config/static/bin/notify-irc +++ b/config/static/bin/notify-irc @@ -63,5 +63,5 @@ print MAIL "To: $bot_address\n"; print MAIL "Subject: Announce $project\n"; print MAIL "Precedence: junk\n"; print MAIL "\n"; -print MAIL "NEW: [$hosttype] $service is $state: $info\n"; +print MAIL "[$hosttype] $service is $state: $info\n"; close(MAIL); -- 2.20.1