Start the long process of making it work again

This commit is contained in:
calzoneman 2014-01-05 19:42:09 -06:00
parent b5a45a25bf
commit 521c786cdc
7 changed files with 1116 additions and 1087 deletions

View file

@ -43,6 +43,7 @@ Callbacks = {
/* fired when socket connection completes */
connect: function() {
socket.emit("initChannelCallbacks");
socket.emit("joinChannel", {
name: CHANNEL.name
});