Files
chatterino2/resources
nerix b6623cff88 feat: add REPL for plugins (#6120)
This can be enabled by setting the `.plugins.repl.enabled` setting to true


Close Chatterino and make a backup of your settings.json before attempting any modifications.
```json5
{
  "plugins": {
    "repl": {
      "enabled": true,
    },
  },
}
```
2025-06-28 14:04:08 +00:00
..
2017-07-31 00:37:22 +02:00
2018-01-04 00:16:48 +01:00
2022-04-04 13:57:26 +02:00