We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5955a5e commit 1e9daa8Copy full SHA for 1e9daa8
Fritz.Twitch/ChatClient.cs
@@ -27,7 +27,7 @@ public class ChatClient : IDisposable
27
private MemoryStream _ReceiveStream = new MemoryStream();
28
29
internal static readonly Regex reUserName = new Regex(@"!([^@]+)@");
30
- internal static readonly Regex reBadges = new Regex(@"@badges=([^;]*)");
+ internal static readonly Regex reBadges = new Regex(@"badges=([^;]*)");
31
internal static Regex reChatMessage;
32
internal static Regex reWhisperMessage;
33
0 commit comments