From 30c4c6b5598cf75463f2bf60794b4df1db5efbc6 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 25 Mar 2011 18:16:23 +0900 Subject: 節電用プラグイン --- twittperator/setuden.tw | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 twittperator/setuden.tw diff --git a/twittperator/setuden.tw b/twittperator/setuden.tw new file mode 100644 index 0000000..1a78d35 --- /dev/null +++ b/twittperator/setuden.tw @@ -0,0 +1,10 @@ + +(function () { + plugins.libly.$U.around( + plugins.twittperator.Twitter, + 'say', + function (next, [status, inReplyTo]) { + return next([status.toString().slice(0, 17), inReplyTo]); + } + ); +})(); -- cgit v1.2.3