Skip to content

Commit

Permalink
Fixed IRC colors and emoticons not being sent to IRC (Thanks XanderOr…
Browse files Browse the repository at this point in the history
…tiz)
  • Loading branch information
Jonty800 committed Nov 10, 2012
1 parent 33aa559 commit 556ec09
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 527 deletions.
2 changes: 1 addition & 1 deletion ServerGUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public void OnLogged(object sender, LogEventArgs e)
case LogType.IRC:
if (ThemeBox.SelectedItem == null)
{
logBox.SelectionColor = System.Drawing.Color.Navy;
logBox.SelectionColor = System.Drawing.Color.LightBlue;
}
else
{
Expand Down
Loading

0 comments on commit 556ec09

Please sign in to comment.