Improve chat highlight options per #369

This commit is contained in:
Calvin Montgomery 2014-05-26 13:22:20 -07:00
parent 1917baa4c3
commit 8069378afc
4 changed files with 70 additions and 29 deletions

View file

@ -488,6 +488,8 @@ Callbacks = {
if (data.username === CLIENT.name) {
name = data.to;
} else {
pingMessage(true);
}
var pm = initPm(name);
var msg = formatChatMessage(data, pm.data("last"));