aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator
diff options
context:
space:
mode:
authoranekos2011-03-25 18:16:23 +0900
committeranekos2011-03-25 18:16:23 +0900
commit30c4c6b5598cf75463f2bf60794b4df1db5efbc6 (patch)
treec4e7a3b53915b0eee900eb55a6d77b45053ff8fe /twittperator
parentbd7b2a6842d8527252da0048dfb094c003596cb5 (diff)
downloadvimperator-plugins-30c4c6b5598cf75463f2bf60794b4df1db5efbc6.tar.bz2
節電用プラグイン
Diffstat (limited to 'twittperator')
-rw-r--r--twittperator/setuden.tw10
1 files changed, 10 insertions, 0 deletions
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]);
+ }
+ );
+})();