Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 36b841c

Browse files
committed
forgot a line in juicebox
1 parent b991a39 commit 36b841c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

master.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -5030,7 +5030,7 @@ module.exports = function (bot) {
50305030
},{}],31:[function(require,module,exports){
50315031
module.exports = function (bot) {
50325032
'use strict';
5033-
// Zirak, this is a clone of moustachify. didn't you get cross-room stuff working?
5033+
// Zirak, this is a clone of moustachify. didn't you get cross-room stuff working?
50345034
var unexisto = 'User {0} was not found in room {1} (sorry, juicebox only ' +
50355035
'works there).';
50365036

@@ -5082,6 +5082,7 @@ module.exports = function (bot) {
50825082

50835083
function parseArgs (args) {
50845084
var parts = args.parse(),
5085+
last = args.pop(), // todo: remove this, or add options
50855086
ret = {};
50865087

50875088
// /juicebox usrid juicebox

0 commit comments

Comments
 (0)