diff options
author | anekos | 2010-12-17 01:00:09 +0900 |
---|---|---|
committer | anekos | 2010-12-17 01:00:09 +0900 |
commit | 165a5c86ca0ad4b6df0c4a9b4ff19b1534dc6f4c (patch) | |
tree | 0f656aca26606212bc96ffb75534cfd76f9b8fea /twittperator.js | |
parent | b8016f92080aeddf4ec4ac47dd14e0a2ad081258 (diff) | |
download | vimperator-plugins-165a5c86ca0ad4b6df0c4a9b4ff19b1534dc6f4c.tar.bz2 |
Fix help
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/twittperator.js b/twittperator.js index d2ba9d0..c3e2e40 100644 --- a/twittperator.js +++ b/twittperator.js @@ -28,7 +28,7 @@ let PLUGIN_INFO = <name>Twittperator</name> <description>Twitter Client using OAuth and Streaming API</description> <description lang="ja">OAuth/StreamingAPI対応Twitterクライアント</description> - <version>1.11.2</version> + <version>1.11.3</version> <minVersion>2.3</minVersion> <maxVersion>3.0</maxVersion> <author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author> @@ -48,8 +48,10 @@ let PLUGIN_INFO = Shows recent your timeline. (The timeline will be cashed and expired 90 seconds after Twittperator get from Twitter.) :tw[ittperator]! Gets recent your timeline from Twitter and shows it. + :tw[ittperator]!@ + Shows mentions to you. :tw[ittperator]!@user - Shows mentions to @user or @user's tweets. + Show @user's tweets. :tw[ittperator] {TweetText} Tweets {TweetText}. :tw[ittperator] RT @user#id: {refTweet} @@ -105,8 +107,10 @@ let PLUGIN_INFO = 前回取得したタイムラインを表示します。 (キャッシュが90秒以上古い場合は再取得。) :tw[ittperator]! 強制的に取得したタイムラインを表示します。 + :tw[ittperator]!@ + あなたへの言及(mentions)表示します。 :tw[ittperator]!@user - @useridへのmentionを表示します。 + @user のタイムラインを表示します。 :tw[ittperator] {TweetText} {TweetText}をポストします。 :tw[ittperator] RT @user#id: {refTweet} |