diff -r 97cf933e5bd2 -r 73246d25dfe1 gameServer/stresstest3.hs --- a/gameServer/stresstest3.hs Sat Aug 14 02:10:27 2010 +0200 +++ b/gameServer/stresstest3.hs Mon Aug 16 18:43:32 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"