about summary refs log tree commit diff
path: root/Examples/States/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/States/Client.cs')
-rw-r--r--Examples/States/Client.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/States/Client.cs b/Examples/States/Client.cs
index 78d253f..e98457d 100644
--- a/Examples/States/Client.cs
+++ b/Examples/States/Client.cs
@@ -2,8 +2,8 @@ using System;
 using System.Linq;
 using System.Net.Sockets;
 using System.Threading;
-using IrcStates;
-using IrcTokens;
+using IRCStates;
+using IRCTokens;
 
 namespace StatesSample
 {