# HG changeset patch
# User unc0rr
# Date 1230930027 0
# Node ID 574063b456c0de0f3b58db6d4633afaf992c2b54
# Parent  4e6ee597fb3401566c2124464d7bd21a2cf1b0ac
Show joins of ppl with 097 too

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)) ++