From f7326ddd4a00e37b380697bf104b6e4546fe0f5d Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 6 Sep 2011 23:09:29 +0900
Subject: Unretweet をできるようにした :tw!delete
---
twittperator.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'twittperator.js')
diff --git a/twittperator.js b/twittperator.js
index 2815d69..6997127 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
Twittperator
Twitter Client using OAuth and Streaming API
OAuth/StreamingAPI対応Twitterクライアント
- 1.14.2
+ 1.14.3
2.3
teramako
anekos
@@ -2080,7 +2080,7 @@ let PLUGIN_INFO =
Twitter.destroy(m[0]);
},
timelineCompleter: true,
- completer: Completers.id(seleceMine)
+ completer: Completers.rawid(seleceMine)
}),
SubCommand({
command: ["info"],
--
cgit v1.2.3