From dc23087dbc23fd5fda565ea2bc737e4e64acd7df Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 21 Oct 2017 15:32:00 -0600 Subject: [PATCH] Oops --- relay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay.go b/relay.go index 6dad46d7..d64ebd5b 100644 --- a/relay.go +++ b/relay.go @@ -117,7 +117,7 @@ func (r *Relay) clientCommuncation(id int, connection net.Conn) { sendMessage("who?", connection) m := strings.Split(receiveMessage(connection), ".") - if len(m) != 3 { + if len(m) < 3 { sendMessage("not enough information", connection) return }