Skip to content

Commit

Permalink
parser improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasbayraktar committed May 28, 2024
1 parent f1f3861 commit 0acf777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/chatlog-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ $(document).ready(function() {
formattedText.toLowerCase().indexOf(", $") >= 0 && $(this).addClass("grey");
formattedText.toLowerCase().indexOf("you have received $") >= 0 && $(this).addClass("grey");

formattedText.toLowerCase().indexOf("you can die") >= 0 && $(this).addClass("death");
formattedText.toLowerCase().indexOf(" whispers:") >= 0 && $(this).addClass("whisper");
formattedText.toLowerCase().indexOf(" whispers:") >= 0 && formattedText.toLowerCase().indexOf("(car)") >= 0 && $(this).addClass("carwhisper");
formattedText.toLowerCase().indexOf(" (cellphone)") >= 0 && $(this).addClass("whisper");
Expand Down

0 comments on commit 0acf777

Please sign in to comment.