working on 'add remote' command and 'refresh' command
This commit is contained in:
		@@ -7,6 +7,7 @@ import (
 | 
			
		||||
	"os"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// GetServerInfo queries the supplied server name for information about the server
 | 
			
		||||
func GetServerInfo(conn *net.Conn) error {
 | 
			
		||||
	for { // Server should send 'Connected\n' to client after connect, then client can ask for server details
 | 
			
		||||
		message, err := bufio.NewReader(*conn).ReadString('\n')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user