diff -r 62248d5fbb24 -r 2cefbe9f3ac6 mcbot/cmds/shortenurl.lua --- a/mcbot/cmds/shortenurl.lua Sun Nov 25 19:01:31 2012 +0100 +++ b/mcbot/cmds/shortenurl.lua Sun Nov 25 19:29:32 2012 +0100 @@ -42,7 +42,7 @@ if data then local reply = json.decode ( data ) if ( type ( reply ) == 'table' ) and reply.id then - return ('Full: %s\nShort: %s'):format(url, reply.id) + return ('Full: %s\nShort: %s'):format(url, reply.id) else local errmsg if type ( reply ) == 'table' and ( type ( reply.error ) == 'table' ) then