Drop token
authorTollef Fog Heen <tfheen@err.no>
Mon, 9 Dec 2013 20:35:25 +0000 (21:35 +0100)
committerTollef Fog Heen <tfheen@err.no>
Mon, 9 Dec 2013 20:35:25 +0000 (21:35 +0100)
config/static/bin/notify-irc

index 939807f..4aef2ec 100755 (executable)
@@ -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);