From 05753e43a8724d23064843a8cde351692797f8cc Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 8 Jul 2013 22:17:09 +0900 Subject: 保存するんじゃ --- twittperator/twsidebar.tw | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'twittperator') diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw index f31fed4..02e8f51 100644 --- a/twittperator/twsidebar.tw +++ b/twittperator/twsidebar.tw @@ -586,6 +586,9 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { if (!started) return liberator.echoerr('TWAnekoSB has not been started!'); + Store.set("history", Tweets); + Store.save(); + if (isClose && Config.dontStop) { sidebarClosed = true; return; @@ -593,7 +596,6 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { plugins.twittperator.ChirpUserStream.removeListener(added.chirp); plugins.twittperator.TrackingStream.removeListener(added.filter); - Store.set("history", Tweets); } // }}} function makeAudio (path, volume) { // {{{ -- cgit v1.2.3