From c55a40ab79516bb3e939f94b3c3389d0db387cf9 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 13 Dec 2010 20:16:36 +0900 Subject: 54bit --- twittperator.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twittperator.js b/twittperator.js index 6091545..c286a88 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.11.1 + 1.11.2 2.3 3.0 teramako @@ -1991,7 +1991,7 @@ let PLUGIN_INFO = let m = arg.match(/^\d+/); if (!m) return; - let id = parseInt(m[0], 10); + let id = m[0]; history.filter(function(st) st.id === id).map(dtdd).forEach(liberator.echo); }, timelineCompleter: true, -- cgit v1.2.3