Skip to content

Commit

Permalink
Fixed reply irc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Jul 7, 2024
1 parent 9d097cf commit be425a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Forms/FormEditTwitchCommand.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Twitch/TwitchCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ internal string FormattedResponse(string receiver, Dictionary<string, string> va
if (ResponseType == TwitchResponseType.ReplyAt)
{
var builder = new StringBuilder();
builder.Append('@').Append(receiver).Append(':').Append(' ');
builder.Append('@').Append(receiver).Append(' ');
prepend = builder.ToString();
}
if (string.IsNullOrWhiteSpace(response))
Expand Down

0 comments on commit be425a9

Please sign in to comment.