Skip to content

Commit

Permalink
Remove extra tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgkau committed Apr 20, 2020
1 parent e4a405e commit 5dceac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void sendMessageFromIrcToMixer(String RawIrcMessage, String Sendin
RawIrcMessage = RawIrcMessage.replaceAll("(?i)"+Pattern.quote(bannedMixerWord), "<filtered>");
}
}

// Forward the filtered message to Mixer.
System.out.println("Sending message from IRC to Mixer...");
RelayMessage.MessageFromIrcGlobal = RawIrcMessage;
Expand Down

0 comments on commit 5dceac7

Please sign in to comment.