-
`func prepare_message(message: String, parent: RichTextLabel) -> String:`
`...`
` var tex = resource.get_frame_texture("default", 0;`
`...`
return null instance when message is send by an u…
Fifut updated
5 months ago
-
Hello!
Not sure if I'm not understanding at all, but this is my code I am trying to use to connect to twitch IRC using this library.
```golang
func (ti *TwitchIRC) StartIRC(channels []string) …
-
When connecting to the IRC, StreamReader.ReadLine() can sometimes fail causing the connection to break. Not sure why it happens. Right now the issue is solved by simply just reconnecting whenever it h…
-
Hi @MahdiBM,
first of all, thank you for the work on that library!
For some reason i cannot resolve the message type in a `switch` statement like in the examples.
This is my code:
```swift
pr…
-
### Xmake Version
xmake v2.6.4+HEAD.9361ffcc1 (dev)
### Operating System Version and Architecture
Windows 11
### Describe Bug
When using xmake with the Rust language, there seem to be a problem w…
-
When the TCP Client is closed and reopened too quickly, receiving/sending on the Socket from the newly created TcpClient (`TcpClient.Client`) will throw an error saying that the Socket has been shutdo…
-
I was watching the pokemon marathon and noticed that multiple times during the stream, a message saying "50 messages ignored" will show. What's causing this?
![chat](https://user-images.githubuser…
-
Hey everyone, i have an issue if i check for the subscribed == true here the full event:
```
@Override
protected void userJoins (User user, Channel channel){
if (user.isSubscri…
-
https://github.com/GameDevLiege/GameDevTwitchPlays12/blob/eb8a9f725ff0079f09cbfcba9fd9ab9f5f9071a0/Assets/_GameDevTwitchPlays12/Teams/Team%20Twitch/Module%201/Scripts/Plugs/TwitchIRC/AutoConnectTwitch…
-
Hey! Im getting an error if i want to check the user, am i doing something wrong? error:
`Operator '==' can not be applied to 'com.cavariux.TwitchIRC.Chat.User' java.lang.String`
Full code:
`
…