# HG changeset patch # User Mikael Berthe # Date 1297101060 -3600 # Node ID eb9d9603731f9b2ccb1a4fa739de1856ea2be4d7 # Parent 4b3b839c8f36124933a17f09781fbde9d576343f [mcabber_bts] Fix BTS URL (https mandatory now) diff -r 4b3b839c8f36 -r eb9d9603731f mcbot/cmds/mcabber_bts.lua --- a/mcbot/cmds/mcabber_bts.lua Wed Nov 10 10:30:53 2010 +0100 +++ b/mcbot/cmds/mcabber_bts.lua Mon Feb 07 18:51:00 2011 +0100 @@ -11,7 +11,7 @@ num = tonumber(num); if not num then return nil end local issue = {} - local btsurl = "http://bitbucket.org/McKael/mcabber-crew/issue/" + local btsurl = "https://bitbucket.org/McKael/mcabber-crew/issue/" issue.id = tostring(num) issue.url = btsurl..issue.id.."/"