mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 03:17:02 -04:00
IRCColors Allowing CustomUserColors
This commit is contained in:
parent
078bc546d0
commit
8ec570ebc4
11 changed files with 26 additions and 71 deletions
|
@ -56,7 +56,7 @@ export default definePlugin({
|
|||
{
|
||||
find: '?"@":""',
|
||||
replacement: {
|
||||
match: /(?<=children:)\(\i\?"@":""\)\+\i(?=,|\})/,
|
||||
match: /(?<=onContextMenu:\i,children:)\i\+\i/,
|
||||
replace: "$self.renderUsername(arguments[0])"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue