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

on a server controller I had to add a random thing to the link to get betterchat to work for links after the first one, like: `await client.ChatSendServerMessageToLoginAsync($"$8f8$l[https://trackmania.io/#player/{player.Login}?utm_source=dips++&r={x}]{player.NickName}$l$z", e.Login);` I...

![image](https://github.com/codecat/tm-better-chat/assets/74737630/33705a56-1b02-4dce-a920-f49fdc6c5b6f) In the screenshot, you can see a border around the chat box. This is because the overlay style I use also has a border. The border should be hidden...

Feature request: save the chat history when switching between servers. (to view old conversations in the 'c' window) Maybe show a divider with info of the server switch. No need...

Draft implementation of #65. Quite a lot of changes to break out the initial assumption of BC that only one message destination exists. The draft UI uses tab-like buttons to...

This is the thread to request global emotes for addition to Better Chat's global emote list. Just write a comment on this issue!

For TFH 24h, the chat are synchronized between multiple servers, so the player can receive chat messages from players that are connected on another servers. For messages received in json...

Mainly in COTD, when I go out, I like to type "gg" and sometimes something extra like, "missed the risky," but when I'm spectating and it switches players automatically, the...

Some special characters in people's names are showing as ? rather than the actual character: ![image](https://user-images.githubusercontent.com/59970705/218280661-2b14975c-832b-4b6a-accf-33a6d513a1ab.png) This is how the name should appear: ![image](https://user-images.githubusercontent.com/59970705/218280668-3912a69b-ad42-4fb5-a6fb-2086e65b07f0.png)

Automate emote packing using a Python script. It would take as an input the following: ```json { "name": "Better Chat Global Emotes", "emotes": { "Kappa": "https://static-cdn.jtvnw.net/emoticons/v2/25/default/dark/1.0", "peepoHey": "https://cdn.7tv.app/emote/60aeec1712d7701491f89cf5/1x.webp", "Bedge": "https://cdn.7tv.app/emote/60ae8d9ff39a7552b658b60d/1x.webp"...

As Better Chat is a fully fledged chat replacement, it seems interesting to provide other plugins a way to use BC to implement their own chat channels/servers (this is completely...