Skip to content

Commit

Permalink
Fix new line issue with connecting message for irc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaddie committed Sep 14, 2010
1 parent 87d6b15 commit 6faed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public static void Irc_Disconnected(IrcClient arg1, bool arg2)
#region IrcSystem
public static void OnConnecting(Connection con)
{
Console.WriteLine("Connecting to IRC server");
Console.WriteLine("\nConnecting to IRC server");
IrcLog.WriteLine(DateTime.Now + " : Connecting to server");
}
protected override void Perform()
Expand Down

0 comments on commit 6faed44

Please sign in to comment.