diff -r 2e7dda50fddd -r 8461f0cef2e6 gameServer/stresstest3.hs --- a/gameServer/stresstest3.hs Sun Aug 15 10:25:21 2010 -0400 +++ b/gameServer/stresstest3.hs Tue Aug 17 19:43:17 2010 -0400 @@ -44,7 +44,7 @@ emulateSession :: StateT SState IO () emulateSession = do - n <- io $ randomRIO (100000::Int, 100000) + n <- io $ randomRIO (100000::Int, 100100) waitPacket "CONNECTED" sendPacket ["NICK", "test" ++ (show n)] waitPacket "NICK"