From f13842bc63f002e456727d1a48239d4e044d0c75 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 16 Oct 2016 21:05:57 +0100 Subject: Add join, part, and quit handlers --- commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 5ab1d5e..59be364 100644 --- a/commands.js +++ b/commands.js @@ -62,7 +62,7 @@ module.exports.joinChannel = function (channel, sendJoin) { chanTab.append("
"); $('.menu .item').tab({history:false}); - + globals.channels.push(channel) numChans++; } -- cgit v1.2.3