mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 00:53:04 -04:00
Merge
This commit is contained in:
parent
aca48cb9e5
commit
5f8c0c0f0e
3 changed files with 5 additions and 5 deletions
|
@ -83,8 +83,8 @@ export default definePlugin({
|
|||
// this also affects name headers in chats outside of servers
|
||||
find: '="SYSTEM_TAG"',
|
||||
replacement: {
|
||||
match: /(?<=\i.gradientClassName]\),style:.{0,80}:void 0\}\)\(\),)/,
|
||||
replace: "style:{color:$self.colorIfServer(arguments[0])},"
|
||||
match: /\i.gradientClassName]\),style:/,
|
||||
replace: "$&{color:$self.colorIfServer(arguments[0])},_style:"
|
||||
},
|
||||
predicate: () => !Settings.plugins.IrcColors.enabled
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue