Skip to content

Commit

Permalink
couple emote ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Luch00 committed Jan 18, 2018
1 parent b2a1154 commit 2fe59c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LxBTSC/template/Emotes/ffzExtra.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
{ "code": "ErynScaryn", "name": "222996"},
{ "code": "MistyHisty", "name": "61072"},
{ "code": "REEEE", "name": "61193"},
{ "code": "OhISee", "name": "224248"},
{ "code": "Daijoubu", "name": "224243"}
{ "code": "OhISee", "name": "230001"},
{ "code": "Daijoubu", "name": "229993"},
{ "code": "nepSmug", "name": "151481"}
]
}
4 changes: 4 additions & 0 deletions LxBTSC/template/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@

++msgid;
$(`.${target}`).append('<p class="TextMessage_Console">'+ParseBBCode(message, msgid)+'</p>');

if (IsBottom) {
window.scroll(0, document.body.scrollHeight);
}
}

function FormatStatusLine(msgid, type, time, text) {
Expand Down

0 comments on commit 2fe59c0

Please sign in to comment.