Skip to content

Commit

Permalink
Merge branch 'master' into user_persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
David Petersen authored and David Petersen committed Feb 19, 2012
2 parents 6d00e36 + 6f796da commit 16bb938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ $(function() {
irc.chatWindows.add({name: data.nick, type: 'pm'})
.trigger('forMe', 'newPm');
chatWindow = irc.chatWindows.getByName(data.nick);
irc.chatWindows.setActive(chatWindow);
}
chatWindow.stream.add({sender: data.nick, raw: data.text, type: 'pm'});
});
Expand Down

0 comments on commit 16bb938

Please sign in to comment.