2547techno

Results 8 comments of 2547techno

> Then, the command module in `supi-core` would be in charge of relaying this data further How would one indicate which format to return as then? Maybe if a command...

The returned object now has the original `reply` field which is the raw return text as well as `parsed` for the parsed data. Maybe an option is to have a...

~~Or instead of adding to the `abb` command, a new command can be made so the `pipe` flag can be applied, making sure the command is only used in a...

Solution added: Added `_parsed` param in `$pipe` command that indicates whether or not to use an available `parsed` field as the input to the next piped command. If the `_parsed`...

Just need feedback on if this is a direction we can go

> I don't think running `JSON.stringify` is necessary at all in the command context. The command module can manage this just fine. The `Command.checkAndExecute` could be adjusted so it returns...

any update on this issue? This is also affecting plugins that use `c2.Channel:is_twitch_channel()` as the implementation calls `Channel::isTwitchChannel()` while `TwitchChannel` specific functions like `c2.Channel:get_twitch_id()` require the channel pointer to be...

seems commands and filters are now searchable as of #5891 and #5890 ignores and highlights not: https://github.com/Chatterino/chatterino2/pull/5888#issuecomment-2743880588 https://github.com/Chatterino/chatterino2/pull/5889#issuecomment-2743885185