Skip to content

Commit

Permalink
Merge pull request #43 from etrusci-org/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
etrusci-org committed May 5, 2024
2 parents bf2f155 + a6ae379 commit c54ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mod/chat/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Mod extends ModBase
<span class="timestamp">${timestamp}</span>
<span class="channel">${channel}</span>
<span class="badges">${badges}</span>
<span class="user"${(this.conf.usercolor && tags['color']) ? ` style="color:${tags['color']};"` : ''}>${user}</span>
<span class="user"${(this.conf.usercolor == 'true' && tags['color']) ? ` style="color:${tags['color']};"` : ''}>${user}</span>
<span class="message">${message}</span>
</div>
`
Expand Down

0 comments on commit c54ed7e

Please sign in to comment.