devsho

chat visual update

Showing 1 changed file with 1 additions and 1 deletions
...@@ -98,7 +98,7 @@ io.sockets.on('connection', function(socket) { ...@@ -98,7 +98,7 @@ io.sockets.on('connection', function(socket) {
98 console.log(logString + socket.name+' 님이 접속하였습니다.('+ip+')') 98 console.log(logString + socket.name+' 님이 접속하였습니다.('+ip+')')
99 99
100 /* 모든 소켓에게 전송 */ 100 /* 모든 소켓에게 전송 */
101 - io.sockets.emit('update', {type: 'connect', name: 'SEVER', message:socket.name + '님이 접속하였습니다.'}) 101 + io.sockets.emit('update', {type: 'connect', name: 'SERVER', message:socket.name + '님이 접속하였습니다.'})
102 } 102 }
103 }) 103 })
104 104
......