aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator
diff options
context:
space:
mode:
Diffstat (limited to 'twittperator')
-rw-r--r--twittperator/twlist-tab.tw4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator/twlist-tab.tw b/twittperator/twlist-tab.tw
index 0b8d378..04a54aa 100644
--- a/twittperator/twlist-tab.tw
+++ b/twittperator/twlist-tab.tw
@@ -6,7 +6,7 @@
g:twittperator_plugin_twlist_tab = 1
$RUNTIMEDIR/plugin/twittperator に入れている場合は設定してください。
-g:twittprator_screen_name = "<your screen name>"
+g:twittperator_screen_name = "<your screen name>"
あなたのScreenName、返信された時ににMentionsタブにも入ります
== ScreenShot ==
@@ -124,7 +124,7 @@ function add (msg, target) {
}
function onLoad () {
- screenName = liberator.globalVariables.twittprator_screen_name || "";
+ screenName = liberator.globalVariables.twittperator_screen_name || "";
if (screenName)
screenNameReg = new RegExp("@" + screenName + "\\b");