Skip to content

Commit

Permalink
Fix for setting not away. This should be fixed in the node IRC library.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbarch committed Jul 3, 2012
1 parent 7cb7375 commit 5e65210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socket.js
Expand Up @@ -86,7 +86,7 @@ module.exports = function(socket, connections) {

// set ourselves as not being away
if (connection.sockets.length == 0)
connection.client.send('AWAY');
connection.client.send('AWAY', '');
}

// register this socket with our user's IRC connection
Expand Down

0 comments on commit 5e65210

Please sign in to comment.