1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Update client.js

This commit is contained in:
MinusGix 2019-08-13 18:25:32 -05:00 committed by GitHub
parent 327ac793e2
commit 8b50c0e90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,10 +322,10 @@ function pushMessage(args) {
) {
messageEl.classList.add('refmessage');
notify(args);
} else {
messageEl.classList.add('message');
}
messageEl.classList.add('message');
if (verifyNickname(myNick) && args.nick == myNick) {
messageEl.classList.add('me');
} else if (args.nick == '!') {