From e5e1751cd81cb7f5503b3b20e3ec6cd22fd84b66 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Sun, 19 Nov 2017 21:02:35 +0100 Subject: [PATCH] show entire claim ID in claims --- bot/modules/claimbot.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bot/modules/claimbot.js b/bot/modules/claimbot.js index dbcae76..b03364b 100644 --- a/bot/modules/claimbot.js +++ b/bot/modules/claimbot.js @@ -227,7 +227,10 @@ function announceClaim(claim, claimBlockHeight, currentHeight) { icon_url: "http://barkpost-assets.s3.amazonaws.com/wp-content/uploads/2013/11/3dDoge.gif" }, - title: (channelName ? channelName + "/" : "") + claim["name"], + title: + "lbry://" + + (channelName ? channelName + "/" : "") + + claim["name"], color: 1399626, description: escapeSlackHtml(text.join("\n")), footer: {