More refactoring

This commit is contained in:
calzoneman 2013-12-12 17:09:49 -06:00
parent cfd1b0618d
commit a14363a845
9 changed files with 147 additions and 81 deletions

View file

@ -49,6 +49,7 @@ Callbacks = {
if (CHANNEL.opts.password) {
socket.emit("channelPassword", CHANNEL.opts.password);
}
/*
if(NAME && SESSION) {
socket.emit("login", {
name: NAME,
@ -61,6 +62,7 @@ Callbacks = {
name: CLIENT.name
});
}
*/
$("<div/>").addClass("server-msg-reconnect")
.text("Connected")
.appendTo($("#messagebuffer"));