From 7abe2c498c09534f8623a3c8d39cc980afa66f6a Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 23 Sep 2011 19:53:31 +0900 Subject: 認証を入れろと言われた --- chaika.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chaika.js') diff --git a/chaika.js b/chaika.js index afd6a76..9855b5c 100644 --- a/chaika.js +++ b/chaika.js @@ -65,6 +65,7 @@ let INFO = (function () { const Chaika = {}; Components.utils.import("resource://chaika-modules/ChaikaThread.js", Chaika); + Components.utils.import("resource://chaika-modules/Chaika2chViewer.js", Chaika); function deleteCurrentThreadLog () { let currentURI = getBrowser().currentURI.QueryInterface(Ci.nsIURL); @@ -106,6 +107,16 @@ let INFO = liberator.echoerr(ex); } } + ), + new Command( + ['auth'], + 'Maru auth(?)', + function (args) { + Chaika.Chaika2chViewer.auth(); + }, + { + argCount: '0' + } ) ] }, -- cgit v1.2.3