iteration
This commit is contained in:
		@ -42,7 +42,6 @@ while true do
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if request.action == nil or request.hostname == nil then
 | 
					    if request.action == nil or request.hostname == nil then
 | 
				
			||||||
        rednet.send(client_id, "invalid request")
 | 
					        rednet.send(client_id, "invalid request")
 | 
				
			||||||
        return
 | 
					 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if request.action == "lookup" then
 | 
					    if request.action == "lookup" then
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user