From 933a4f85604e21445c9bac8272d64cf3e6f65e00 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 22 Apr 2020 16:28:51 -0400 Subject: rename to IrcSharp also tidy up formatting with vs tools --- Sample/Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sample/Program.cs') diff --git a/Sample/Program.cs b/Sample/Program.cs index 6800179..eda312f 100644 --- a/Sample/Program.cs +++ b/Sample/Program.cs @@ -1,8 +1,8 @@ -using System; +using IrcTokens; +using System; using System.Collections.Generic; -using IrcTokens; -namespace Sample +namespace TokensSample { public class Program { @@ -17,7 +17,7 @@ namespace Sample var line2 = new Line { Command = "USER", - Params = new List {"user", "0", "*", "real name"} + Params = new List { "user", "0", "*", "real name" } }; Console.WriteLine(line2); Console.WriteLine(line2.Format()); -- cgit 1.4.1