diff -r 4e6ee597fb34 -r 574063b456c0 netserver/HWProto.hs --- a/netserver/HWProto.hs Fri Jan 02 20:02:52 2009 +0000 +++ b/netserver/HWProto.hs Fri Jan 02 21:00:27 2009 +0000 @@ -142,7 +142,7 @@ -- 'no info' state - need to get protocol number and nickname onLoginFinished client clients = - if (protocol client < 20) || (null $ nick client) || (protocol client == 0) then + if (null $ nick client) || (protocol client == 0) then [] else (answerClientOnly $ ["LOBBY:JOINED"] ++ (map nick $ clients)) ++