about summary refs log tree commit diff
path: root/Examples/Tokens/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Tokens/Client.cs')
-rw-r--r--Examples/Tokens/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Tokens/Client.cs b/Examples/Tokens/Client.cs
index 3dd3933..71d1407 100644
--- a/Examples/Tokens/Client.cs
+++ b/Examples/Tokens/Client.cs
@@ -1,7 +1,7 @@
 using System;
 using System.Net.Sockets;
 using System.Threading;
-using IrcTokens;
+using IRCTokens;
 
 namespace TokensSample
 {