// lovhat, babyCmdUtils.CreateCommand({name: 'lovhat',execute: function(input) { var url = 'http://lovhat.com/lovhat/add?this=' + encodeURIComponent(input.text); Utils.openUrlInBrowser(url);},takes: {"your shout": noun_arb_text}});