[mcabber_bts] Fix BTS URL (https mandatory now)
authorMikael Berthe <mikael@lilotux.net>
Mon, 07 Feb 2011 18:51:00 +0100
changeset 48 eb9d9603731f
parent 47 4b3b839c8f36
child 49 4f7fc5acf33d
[mcabber_bts] Fix BTS URL (https mandatory now)
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.."/"