Skip to content

Commit 1e9daa8

Browse files
committed
Fixed moderator detection regular expression
1 parent 5955a5e commit 1e9daa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.Twitch/ChatClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class ChatClient : IDisposable
2727
private MemoryStream _ReceiveStream = new MemoryStream();
2828

2929
internal static readonly Regex reUserName = new Regex(@"!([^@]+)@");
30-
internal static readonly Regex reBadges = new Regex(@"@badges=([^;]*)");
30+
internal static readonly Regex reBadges = new Regex(@"badges=([^;]*)");
3131
internal static Regex reChatMessage;
3232
internal static Regex reWhisperMessage;
3333

0 commit comments

Comments
 (0)