func mirrorCount(conn *client.Conn, args []string) { fmt.Println(conn.MirrorCount([]byte(args[1]), []byte(args[2]), []byte(args[3]), true, false)) }