From 6229297bac36f8b4c5a5ed8cc2a632cd141abd02 Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 12 May 2013 21:02:01 +0900 Subject: 結果の表示がアレでナニだとソレなので変更 --- umihara.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'umihara.js') diff --git a/umihara.js b/umihara.js index bba3d2a..c076524 100644 --- a/umihara.js +++ b/umihara.js @@ -169,7 +169,7 @@ let PLUGIN_INFO = xml` '\n ' + to + ': ' + toValue + '\n rate: ' + rate + '\n time: ' + time; - echo(text); + echo('<>\n' + text); if (clipboard) { resultBuffer += text + '\n'; util.copyToClipboard(resultBuffer); @@ -209,8 +209,6 @@ let PLUGIN_INFO = xml` ['kawase'], 'Umihara Kawase Meow', function (args) { - liberator.echo('<>\n') - if (args.length == 0) args.push('1'); -- cgit v1.2.3