Report abuse

// lovhat, baby
CmdUtils.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}
});