diff options
-rw-r--r-- | twittperator/setuden.tw | 10 |
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]); + } + ); +})(); |