mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
This commit is contained in:
parent
ee16f4b8d8
commit
4b01569bc5
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ export default definePlugin({
|
|||
match: /(?<=colorString:\i,colorStrings:\i,colorRoleName:\i}=)(\i),/,
|
||||
replace: "$self.wrapMessageColorProps($1, arguments[0]),"
|
||||
},
|
||||
predicate: () => !Settings.plugins.IrcColors.enabled
|
||||
predicate: () => !Settings.plugins.IrcColors.enabled,
|
||||
noWarn: true
|
||||
},
|
||||
{
|
||||
find: "PrivateChannel.renderAvatar",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue