tm-better-chat icon indicating copy to clipboard operation
tm-better-chat copied to clipboard

A better chat for Trackmania using Openplanet.

Results 36 tm-better-chat issues
Sort by recently updated
recently updated
newest added

Currently, this error is thrown when trying to chat w/o a playground: `Can't send message right now because there's no playground!` Instead, it could queue any messages and send them...

enhancement
good first issue

It would be cool if server controllers could tell Better Chat which commands it has, so it can be autocompleted. This requires re-loading the list of commands on server switch...

enhancement

We need some better filtering options. Right now we only have 1 regular expression as well as streamer mode, but it would be nice to have a new window where...

enhancement

Implement `/block` and `/favorite` chat commands. For convenience, it should probably accept @ mentions so that they can be autocompleted. For example: ``` /block @Spammiej /favorite @Spammiej ``` Note that...

enhancement

This requires a bit of work to properly and efficiently detect when a player has joined or left. Maybe there is an event for this we can use, or we...

enhancement

This is because we're using `UI::InvisibleButton` with a frame padding. As far as I can tell, there is no reliable way of knowing the current line's frame padding. Perhaps a...

bug